smartbucket/ts/smartbucket.plugins.ts
2019-10-20 12:27:58 +02:00

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 };