destr
destr copied to clipboard
deno example doesn't work
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
Additional context
No response
Logs