smartbucket/ts/smartbucket.plugins.ts
2022-06-07 17:15:36 +02:00

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