UNPKG

@naturalcycles/nodejs-lib

Version:
7 lines (6 loc) 218 B
import yargs from 'yargs'; /** * Quick yargs helper to make it work in esm. * It also allows to not have yargs and `@types/yargs` to be declared as dependencies. */ export declare function _yargs(): yargs.Argv<{}>;