mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Add interface stub for winamp-eqf
(No idea why this works. We still need to actually supply the types!)
This commit is contained in:
parent
e3b2220bbc
commit
08f415c829
1 changed files with 4 additions and 0 deletions
4
js/winamp-eqf.d.ts
vendored
Normal file
4
js/winamp-eqf.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
declare module "winamp-eqf" {
|
||||
import { parser, creator } from "winamp-eqf";
|
||||
export { parser, creator };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue