{"version":3,"sources":["../src/index.ts"],"names":["icloudy"],"mappings":";;;;;;AAWiB,IAAA;AAAA,CAAV,CAAUA,QAAV,KAAA;AACE,EAAMA,QAAA,CAAA,IAAA,GAAO,UAAW,CAAA,IAAA,CAAK,KAAK,UAAU,CAAA;AAC5C,EAAMA,QAAA,CAAA,IAAA,GAAO,UAAW,CAAA,IAAA,CAAK,KAAK,UAAU,CAAA;AAAA,CAFpC,EAAA,OAAA,KAAA,OAAA,GAAA,EAAA,CAAA,CAAA","file":"index.mjs","sourcesContent":["import {FileCopier} from './core/file-copier';\nimport {PathFinder} from './core/path-finder';\n\n/**\n * iCloudy - A library for interacting with iCloud Drive\n */\nexport * from './types';\n// Export core functionality\nexport * from './core/file-copier';\nexport * from './core/path-finder';\n\nexport namespace icloudy {\n  export const find = PathFinder.find.bind(PathFinder);\n  export const copy = FileCopier.copy.bind(FileCopier);\n}\n"]}