smartexit/ts/smartexit.plugins.ts
2023-09-11 10:29:01 +02:00

11 lines
231 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';
export { lik, smartdelay };