Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Latest
function deserialize
import { deserialize } from "https://deno.land/x/fresh@1.7.1/src/runtime/entrypoints/deserializer.ts";

Parameters

str: string
optional
signal: <T>(a: T) => Signal<T>

Returns

unknown