Closed j-oliveras closed 8 years ago
Typings URL: https://github.com/j-oliveras/typed-command-line-commands
Questions (for new typings):
index.js
index.d.ts
This typing need Typescript 2 because export type CommandsOptions = string | Array<string | null>; (support strictNullChecks).
export type CommandsOptions = string | Array<string | null>;
Typings URL: https://github.com/j-oliveras/typed-command-line-commands
Questions (for new typings):
index.js
<->index.d.ts
)?This typing need Typescript 2 because
export type CommandsOptions = string | Array<string | null>;
(support strictNullChecks).