Skip to content

Instantly share code, notes, and snippets.

@unional
Created February 4, 2016 01:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unional/15817db61e95cfcede2d to your computer and use it in GitHub Desktop.
Save unional/15817db61e95cfcede2d to your computer and use it in GitHub Desktop.
typings.init() API proposal
export interface InitOptions {
cwd: string;
upgrade?: boolean;
}
export interface typings {
init(options: InitOptions): void
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment