smartshell/ts/smartshell.plugins.ts

10 lines
140 B
TypeScript
Raw Normal View History

2017-02-12 12:13:08 +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'
2017-02-12 12:13:08 +00:00
export {
shelljs,
2017-03-11 12:46:08 +00:00
smartq,
which
}