import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { UnserializableValue } = Protocol.Runtime;
Primitive value which cannot be JSON-stringified. Includes values -0
, NaN
, Infinity
,
-Infinity
, and bigint literals.