Skip to content

Instantly share code, notes, and snippets.

@devCola
Created June 15, 2018 08:38
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 devCola/b372a681f08439c5b02b2fbada61d406 to your computer and use it in GitHub Desktop.
Save devCola/b372a681f08439c5b02b2fbada61d406 to your computer and use it in GitHub Desktop.
애니팡!
// temporary fix for any 3rd party lib. without TS definition
declare module 'any-module' {
const a: any | {
default: any
};
export = a;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment