smartshell/dist/smartshell.plugins.d.ts

4 lines
98 B
TypeScript
Raw Normal View History

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