20 lines
363 B
TypeScript
20 lines
363 B
TypeScript
// node native
|
|
import * as path from 'path';
|
|
|
|
export {
|
|
path
|
|
};
|
|
|
|
import * as smartpath from '@pushrocks/smartpath';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
import * as streamfunction from '@pushrocks/streamfunction';
|
|
|
|
export { smartpath, smartpromise, streamfunction };
|
|
|
|
// third party scope
|
|
import * as minio from 'minio';
|
|
|
|
export {
|
|
minio
|
|
};
|