taglib-wasm
Version:
TagLib-Wasm is the universal tagging library for TypeScript/JavaScript platforms: Browsers, Node.js, Deno, Bun, Cloudflare Workers, and Electron apps
8 lines • 314 B
TypeScript
/**
* @fileoverview TagLib module - maintains backward compatibility
*
* This file has been refactored to use a directory structure for better organization
* while maintaining 100% backward compatibility. All exports remain unchanged.
*/
export * from "./taglib/index.js";
//# sourceMappingURL=taglib.d.ts.map