smartbucket/ts/smartbucket.plugins.ts
2023-11-03 01:36:11 +01:00

17 lines
410 B
TypeScript

// node native
import * as path from 'path';
export { path };
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
import * as smartstream from '@push.rocks/smartstream';
export { smartpath, smartpromise, smartrx, smartstream };
// third party scope
import * as minio from 'minio';
export { minio };