Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/arktype/utils/serialize.ts>SerializedPrimitives

TypeScript's 1:1 validator, optimized from editor to runtime
Latest
type alias SerializedPrimitives
import { type SerializedPrimitives } from "https://deno.land/x/arktype@v1.0.10-alpha/utils/serialize.ts";
definition: { string: SerializedString; number: NumberLiteral; bigint: BigintLiteral; boolean: "true" | "false"; null: "null"; undefined: "undefined"; }