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 413 B
import { type RuntimeDetectionResult } from "../detector.js"; import type { UnifiedLoaderOptions } from "./types.js"; export declare function selectWasmType(runtime: RuntimeDetectionResult, options: UnifiedLoaderOptions): "wasi" | "emscripten"; export declare function isWasiAvailable(): boolean; export declare function getRecommendedConfig(): UnifiedLoaderOptions; //# sourceMappingURL=module-selection.d.ts.map