smartexit/ts/smartexit.plugins.ts
2021-07-27 15:08:44 +02:00

11 lines
229 B
TypeScript

// node native
import * as childProcess from 'child_process';
export { childProcess };
// pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartdelay from '@pushrocks/smartdelay';
export { lik, smartdelay };