destr icon indicating copy to clipboard operation
destr copied to clipboard

deno example doesn't work

Open scarf005 opened this issue 8 months ago • 0 comments

Environment

deno 2.2.11 (stable, release, x86_64-unknown-linux-gnu) v8 13.5.212.10-rusty typescript 5.7.3

Reproduction

import { destr, safeDestr } from "https://deno.land/x/destr/src/index.ts";

console.log(destr('{ "deno": "yay" }'));

Describe the bug

Uncaught TypeError: destr is not a function at :2:13 at eventLoopTick (ext:core/01_core.js:178:7)

Additional context

No response

Logs


scarf005 avatar Apr 19 '25 08:04 scarf005