Skip to content

Instantly share code, notes, and snippets.

@hraban
Last active January 17, 2021 02:31
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 hraban/0055c1aa379d1eacb2cf791df619711a to your computer and use it in GitHub Desktop.
Save hraban/0055c1aa379d1eacb2cf791df619711a to your computer and use it in GitHub Desktop.
mock type declaration for untyped dependencies
// Don't want to bother creating types for an untyped dependency? Put
// this file anywhere in your codebase:
declare module 'third-party-module'
// You can add multiple lines, one for each module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment