5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
import * as shelljs from 'shelljs';
|
|
import * as smartq from 'smartq';
|
|
import * as which from 'which';
|
|
export { shelljs, smartq, which };
|