mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 01:54:01 +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
44abf69a71
commit
973ca30117
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