smartbucket/ts/index.ts
2022-03-31 01:45:46 +02:00

5 lines
202 B
TypeScript

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