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

6 lines 229 B
/** * Write data to a file across different runtimes. * Supports Node.js, Deno, and Bun environments. */ export declare function writeFileData(path: string, data: Uint8Array): Promise<void>; //# sourceMappingURL=write.d.ts.map