4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
import 'typings-global';
|
|
import * as inquirer from 'inquirer';
|
|
export { inquirer };
|