typings / registry

The registry of type definitions for TypeScript
238 stars 176 forks source link

Create command-line-commands.json #877

Closed j-oliveras closed 8 years ago

j-oliveras commented 8 years ago

Typings URL: https://github.com/j-oliveras/typed-command-line-commands

Questions (for new typings):

This typing need Typescript 2 because export type CommandsOptions = string | Array<string | null>; (support strictNullChecks).