Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/arktype/utils/serialize.ts>SerializationOptions

TypeScript's 1:1 validator, optimized from editor to runtime
Latest
type alias SerializationOptions
import { type SerializationOptions } from "https://deno.land/x/arktype@v1.0.10-alpha/utils/serialize.ts";
definition: { onCycle?: (value: object) => string; onSymbol?: (value: symbol) => string; onFunction?: (value: Function) => string; }