smarts3/ts/plugins.ts

22 lines
447 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
// @push.rocks 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
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };
2021-12-18 00:41:50 +00:00
// thirdparty scope
import s3rver from 's3rver';
2022-04-14 08:38:14 +00:00
export { s3rver };