Installation
npm install --save @types/docopt
Summary
This package contains type definitions for docopt (http://docopt.org/).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/docopt.
export function docopt(doc: string, options?: DocoptOption): any;
export interface DocoptOption {
argv?: string[] | undefined;
help?: boolean | undefined;
version?: any;
options_first?: boolean | undefined;
exit?: boolean | undefined;
}
Additional Details
- Last updated: Mon, 20 Nov 2023 23:36:24 GMT
- Dependencies: none
Credits
These definitions were written by Giovanni Bassi.