Is there an existing issue for this?
music-metadata version
11.0.0
Current Behavior
TypeScript throw an error when doing the following:
import { parseFile } from "music-metadata";
Because node_modules/music-metadata/lib/core.d.ts does not include a type for parseFile.
Adding // @ts-expect-error allows the application to build successfully, so it seems to just a types issue.
Reproduction repository
Expected Behavior
I would expect the types to match the functions being exported.
Attached audio sample?