webamp/js/winamp-eqf.d.ts
Jordan Eldredge 08f415c829 Add interface stub for winamp-eqf
(No idea why this works. We still need to actually supply the types!)
2018-09-17 08:33:33 -07:00

4 lines
110 B
TypeScript

declare module "winamp-eqf" {
import { parser, creator } from "winamp-eqf";
export { parser, creator };
}