Skip to content

Instantly share code, notes, and snippets.

@develar
Created January 15, 2016 09:09
Show Gist options
  • Save develar/3100c8763c91d4a71cf2 to your computer and use it in GitHub Desktop.
Save develar/3100c8763c91d4a71cf2 to your computer and use it in GitHub Desktop.
//declare module "got" {
// interface Got {
// stream(url: string): Stream
// }
//
// const got: Got
// export = got
//}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment