Add interface stub for winamp-eqf

(No idea why this works. We still need to actually supply the types!)
This commit is contained in:
Jordan Eldredge 2018-09-17 08:32:52 -07:00
parent 44abf69a71
commit 973ca30117

4
js/winamp-eqf.d.ts vendored Normal file
View file

@ -0,0 +1,4 @@
declare module "winamp-eqf" {
import { parser, creator } from "winamp-eqf";
export { parser, creator };
}