smartbucket/ts/index.ts

5 lines
190 B
TypeScript
Raw Normal View History

2019-10-15 12:16:28 +00:00
export * from './smartbucket.classes.smartbucket';
export * from './smartbucket.classes.bucket';
export * from './smartbucket.classes.directory';
export * from './smartbucket.classes.file';