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 259 B
import type { Picture } from "../types.js"; export declare function detectMimeType(path: string, override?: string): string; export declare function generatePictureFilename(picture: Picture, index: number): string; //# sourceMappingURL=mime-detection.d.ts.map