smartshell/ts/smartshell.plugins.ts
2019-05-19 22:41:20 +02:00

6 lines
184 B
TypeScript

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