Skip to content

Instantly share code, notes, and snippets.

@YannickLeRoux
Created January 29, 2020 22:37
Show Gist options
  • Save YannickLeRoux/87f6ddfc7f465c26f8211c608f70588d to your computer and use it in GitHub Desktop.
Save YannickLeRoux/87f6ddfc7f465c26f8211c608f70588d to your computer and use it in GitHub Desktop.
simplest types declaration file for a 3rd party module
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