smartexit/ts/smartexit.plugins.ts

11 lines
231 B
TypeScript
Raw Normal View History

2019-05-16 16:48:45 +00:00
// node native
import * as childProcess from 'child_process';
export { childProcess };
// pushrocks scope
2023-09-11 08:29:01 +00:00
import * as lik from '@push.rocks/lik';
import * as smartdelay from '@push.rocks/smartdelay';
2019-05-16 16:48:45 +00:00
2021-07-27 13:08:44 +00:00
export { lik, smartdelay };