UNPKG

300 BTypeScriptView Raw
1import init from './init';
2export { init };
3export default init;
4export * from './types';
5export { log, table, ITable, file, plural, singular } from './common';
6export { R, fs, fsPath, Subject, Observable, moment, debounce, listr, IListr, IListrOptions, IListrTask, exec, inquirer } from './common';