fix(structure): format

This commit is contained in:
2022-04-14 10:38:14 +02:00
parent 5803ef597f
commit e69ca55a40
8 changed files with 22 additions and 28 deletions

View File

@@ -1,24 +1,16 @@
// node native
import * as path from 'path';
export {
path
}
export { path };
// pushrocks scope
import * as smartbucket from '@pushrocks/smartbucket';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpath from '@pushrocks/smartpath';
export {
smartbucket,
smartfile,
smartpath
}
export { smartbucket, smartfile, smartpath };
// thirdparty scope
import s3rver from 's3rver';
export {
s3rver
}
export { s3rver };