smartshell/dist/smartshell.plugins.d.ts

5 lines
137 B
TypeScript
Raw Normal View History

2017-03-08 15:51:02 +00:00
import * as shelljs from 'shelljs';
import * as smartq from 'smartq';
2017-03-11 12:46:08 +00:00
import * as which from 'which';
export { shelljs, smartq, which };