UNPKG

taglib-wasm

Version:

TagLib-Wasm is the universal tagging library for TypeScript/JavaScript platforms: Browsers, Node.js, Deno, Bun, Cloudflare Workers, and Electron apps

4 lines 197 B
import type { TagLib } from "../taglib.js"; export declare function setBufferMode(enabled: boolean): void; export declare function getTagLib(): Promise<TagLib>; //# sourceMappingURL=config.d.ts.map