diff --git a/js/winamp-eqf.d.ts b/js/winamp-eqf.d.ts new file mode 100644 index 00000000..6964e5d7 --- /dev/null +++ b/js/winamp-eqf.d.ts @@ -0,0 +1,4 @@ +declare module "winamp-eqf" { + import { parser, creator } from "winamp-eqf"; + export { parser, creator }; +}