UNPKG

firmament-yargs

Version:

Typescript classes for building CLI node applications

15 lines (13 loc) 571 B
//"outDir": "/home/jreeme/tmp/firmament-docker/node_modules/firmament-yargs/js", import 'reflect-metadata';//Need these globals for inversify export * from './interfaces/command'; export * from './interfaces/command-util'; export * from './interfaces/spawn'; export * from './interfaces/command-line'; export * from './interfaces/progress-bar'; export * from './interfaces/positive'; export * from './interfaces/force-error'; export * from './implementations/force-error-impl'; export * from './custom-typings'; import kernel from "./inversify.config"; export {kernel};