smarts3/ts/smarts3.plugins.ts

17 lines
357 B
TypeScript
Raw 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
2021-12-20 15:33:13 +00:00
import * as smartbucket from '@pushrocks/smartbucket';
import * as smartfile from '@pushrocks/smartfile';
2022-04-14 08:36:24 +00:00
import * as smartpath from '@pushrocks/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 };