smartshell/ts/smartshell.plugins.ts
2019-05-28 10:43:54 +02:00

7 lines
249 B
TypeScript

import * as smartdelay from '@pushrocks/smartdelay';
import * as smartexit from '@pushrocks/smartexit';
import * as smartpromise from '@pushrocks/smartpromise';
import * as which from 'which';
export { smartdelay, smartexit, smartpromise, which };