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

4 lines
110 B
TypeScript

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