smartexit/ts/smartexit.plugins.ts
2019-05-16 18:48:45 +02:00

10 lines
164 B
TypeScript

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