10 lines
140 B
TypeScript
10 lines
140 B
TypeScript
import * as shelljs from 'shelljs'
|
|
import * as smartq from 'smartq'
|
|
import * as which from 'which'
|
|
|
|
export {
|
|
shelljs,
|
|
smartq,
|
|
which
|
|
}
|