smartexit/ts/smartexit.plugins.ts

11 lines
229 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
import * as lik from '@pushrocks/lik';
import * as smartdelay from '@pushrocks/smartdelay';
2019-05-16 16:48:45 +00:00
export { lik, smartdelay };