initial
This commit is contained in:
16
ts/plugins.ts
Normal file
16
ts/plugins.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
// node native scope
|
||||
import * as childProcess from 'node:child_process';
|
||||
import * as util from 'node:util';
|
||||
|
||||
export {
|
||||
childProcess,
|
||||
util,
|
||||
};
|
||||
|
||||
// @push.rocks scope
|
||||
import * as smartlog from '@push.rocks/smartlog';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
export {
|
||||
smartlog,
|
||||
smartpromise,
|
||||
};
|
||||
Reference in New Issue
Block a user