Created
February 4, 2016 01:24
-
-
Save unional/15817db61e95cfcede2d to your computer and use it in GitHub Desktop.
typings.init() API proposal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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