smarts3/ts/smarts3.plugins.ts
2021-12-18 01:41:50 +01:00

20 lines
242 B
TypeScript

// node native
import * as path from 'path';
export {
path
}
// pushrocks scope
import * as samrtfile from '@pushrocks/smartfile';
export {
samrtfile as smartfile
}
// thirdparty scope
import s3rver from 's3rver';
export {
s3rver
}