UNPKG

@anglr/types

Version:

Angular custom definition files for typescript

14 lines (12 loc) 457 B
declare module "command-line-usage" { import {OptionList, Content} from 'command-line-usage-options'; /** * Returns options as help string * @param {commandLineUsage.Section[]|commandLineUsage.Section} sections Sections that will be displayed * @returns {object} * @alias module:command-line-usage */ function commandLineUsage(sections: (OptionList|Content)[]|OptionList|Content): any; export = commandLineUsage; }