UNPKG

@push.rocks/smartbucket

Version:

A TypeScript library providing a cloud-agnostic interface for managing object storage with functionalities like bucket management, file and directory operations, and advanced features such as metadata handling and file locking.

15 lines (14 loc) 589 B
/// <reference types="node" resolution-mode="require"/> /// <reference types="node" resolution-mode="require"/> import * as path from 'path'; import * as stream from 'stream'; export { path, stream }; import * as smartpath from '@push.rocks/smartpath'; import * as smartpromise from '@push.rocks/smartpromise'; import * as smartrx from '@push.rocks/smartrx'; import * as smartstream from '@push.rocks/smartstream'; export { smartpath, smartpromise, smartrx, smartstream }; import * as tsclass from '@tsclass/tsclass'; export { tsclass, }; import * as minio from 'minio'; export { minio };