smartshell/ts/smartshell.plugins.ts

7 lines
99 B
TypeScript
Raw Normal View History

2017-02-12 12:13:08 +00:00
import * as shelljs from 'shelljs'
import * as smartq from 'smartq'
export {
shelljs,
smartq
}