Skip to content

Instantly share code, notes, and snippets.

@andreigec
Created April 15, 2020 06:27
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 andreigec/7ce47fd4b185f81709c2af969e80f6d9 to your computer and use it in GitHub Desktop.
Save andreigec/7ce47fd4b185f81709c2af969e80f6d9 to your computer and use it in GitHub Desktop.
alternative (wav) files in typescript
declare module '*.wav' {
const content: string;
export default content;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment