7 lines
99 B
TypeScript
7 lines
99 B
TypeScript
|
import * as shelljs from 'shelljs'
|
||
|
import * as smartq from 'smartq'
|
||
|
|
||
|
export {
|
||
|
shelljs,
|
||
|
smartq
|
||
|
}
|