4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
|
import * as shelljs from 'shelljs';
|
||
|
import * as smartq from 'smartq';
|
||
|
export { shelljs, smartq };
|