17 lines
415 B
TypeScript
17 lines
415 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 smartrx from '@pushrocks/smartrx';
|
|
import * as streamfunction from '@pushrocks/streamfunction';
|
|
|
|
export { smartpath, smartpromise, smartrx, streamfunction };
|
|
|
|
// third party scope
|
|
import * as minio from 'minio';
|
|
|
|
export { minio };
|