smarts3/ts/plugins.ts

17 lines
360 B
TypeScript
Raw Permalink Normal View History

2021-12-18 00:41:50 +00:00
// node native
import * as path from 'path';
2022-04-14 08:38:14 +00:00
export { path };
2021-12-18 00:41:50 +00:00
// pushrocks scope
import * as smartbucket from '@push.rocks/smartbucket';
import * as smartfile from '@push.rocks/smartfile';
import * as smartpath from '@push.rocks/smartpath';
2021-12-18 00:41:50 +00:00
2022-04-14 08:38:14 +00:00
export { smartbucket, smartfile, smartpath };
2021-12-18 00:41:50 +00:00
// thirdparty scope
import s3rver from 's3rver';
2022-04-14 08:38:14 +00:00
export { s3rver };