smartexit/ts/smartexit.plugins.ts
2024-04-18 13:26:02 +02:00

19 lines
387 B
TypeScript

// node native
import * as childProcess from 'child_process';
export { childProcess };
// pushrocks scope
import * as lik from '@push.rocks/lik';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartpromise from '@push.rocks/smartpromise';
export { lik, smartdelay, smartpromise };
// third party scope
import * as treeKill from 'tree-kill';
export {
treeKill
}