smartbucket/ts/index.ts
2019-10-15 14:16:28 +02:00

5 lines
190 B
TypeScript

export * from './smartbucket.classes.smartbucket';
export * from './smartbucket.classes.bucket';
export * from './smartbucket.classes.directory';
export * from './smartbucket.classes.file';