smartshell/ts/smartshell.plugins.ts

5 lines
122 B
TypeScript

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