fix(core): update

This commit is contained in:
2024-05-21 01:22:21 +02:00
parent 1e1f65119c
commit eaf2e7e6bb
11 changed files with 440 additions and 174 deletions

26
ts/plugins.ts Normal file
View File

@@ -0,0 +1,26 @@
// node native
import * as path from 'path';
import * as stream from 'stream';
export { path, stream };
// @push.rocks scope
import * as smartmime from '@push.rocks/smartmime';
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 { smartmime, smartpath, smartpromise, smartrx, smartstream };
// @tsclass
import * as tsclass from '@tsclass/tsclass';
export {
tsclass,
}
// third party scope
import * as minio from 'minio';
export { minio };