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