Last active
January 17, 2021 02:31
-
-
Save hraban/0055c1aa379d1eacb2cf791df619711a to your computer and use it in GitHub Desktop.
mock type declaration for untyped dependencies
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
// 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