Created
January 29, 2020 22:37
-
-
Save YannickLeRoux/87f6ddfc7f465c26f8211c608f70588d to your computer and use it in GitHub Desktop.
simplest types declaration file for a 3rd party module
This file contains hidden or 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
declare module 'module' { | |
const noTypesYet: any; | |
export default noTypesYet; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment