smartshell/ts/smartshell.plugins.ts
2017-02-12 13:13:08 +01:00

7 lines
99 B
TypeScript

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