smartshell/ts/smartshell.plugins.ts

7 lines
249 B
TypeScript
Raw Permalink Normal View History

2019-05-28 08:43:54 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
2019-05-19 20:41:20 +00:00
import * as smartexit from '@pushrocks/smartexit';
import * as smartpromise from '@pushrocks/smartpromise';
import * as which from 'which';
2017-02-12 12:13:08 +00:00
2019-05-28 08:43:54 +00:00
export { smartdelay, smartexit, smartpromise, which };