Skip to content

Instantly share code, notes, and snippets.

@ValentaTomas
Created December 11, 2022 19:38
Show Gist options
  • Save ValentaTomas/5b33487190628a680974721af4ba7c9c to your computer and use it in GitHub Desktop.
Save ValentaTomas/5b33487190628a680974721af4ba7c9c to your computer and use it in GitHub Desktop.
Module declaration for packages without types
declare module 'package-path' {
export function normalExport(): any
export default function defaultExport(): any
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment