smartshell/ts/smartshell.plugins.ts
2024-03-16 11:18:53 +01:00

12 lines
319 B
TypeScript

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