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

8 lines 302 B
/** * @fileoverview Detect if running inside a Deno compiled binary * * Shared by module-loader.ts and deno-compile.ts to avoid duplication. * Intentionally zero-dependency to prevent circular imports. */ export declare function isDenoCompiled(): boolean; //# sourceMappingURL=deno-detect.d.ts.map