taglib-wasm
Version:
TagLib-Wasm is the universal tagging library for TypeScript/JavaScript platforms: Browsers, Node.js, Deno, Bun, Cloudflare Workers, and Electron apps
5 lines • 312 B
TypeScript
export { ModuleLoadError, UnifiedLoaderError } from "./types.js";
export type { UnifiedLoaderOptions, UnifiedTagLibModule } from "./types.js";
export { getRecommendedConfig, isWasiAvailable } from "./module-selection.js";
export { loadUnifiedTagLibModule } from "./loader.js";
//# sourceMappingURL=index.d.ts.map