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

10 lines
140 B
TypeScript

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