smartshell/ts/smartshell.plugins.ts
2021-11-07 19:18:01 +01:00

12 lines
316 B
TypeScript

import * as smartdelay from '@pushrocks/smartdelay';
import * as smartexit from '@pushrocks/smartexit';
import * as smartpromise from '@pushrocks/smartpromise';
import which from 'which';
export { smartdelay, smartexit, smartpromise, which };
// third party
import treeKill from 'tree-kill';
export { treeKill };