smartshell/ts/smartshell.plugins.ts

5 lines
122 B
TypeScript
Raw Permalink Normal View History

import * as smartpromise from '@pushrocks/smartpromise';
import * as which from 'which';
2017-02-12 12:13:08 +00:00
export { smartpromise, which };