smartshell/dist/smartshell.plugins.d.ts
2017-03-11 13:46:08 +01:00

5 lines
137 B
TypeScript

import * as shelljs from 'shelljs';
import * as smartq from 'smartq';
import * as which from 'which';
export { shelljs, smartq, which };