4 lines
169 B
TypeScript
4 lines
169 B
TypeScript
|
|
export { ObjectStorageContainer } from './classes/objectstoragecontainer.ts';
|
||
|
|
export { runCli } from './cli.ts';
|
||
|
|
export type { IObjectStorageConfig } from './types.ts';
|