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

x/arktype/parse/string/reduce/static.ts>StaticState

TypeScript's 1:1 validator, optimized from editor to runtime
Latest
type alias StaticState
import { type StaticState } from "https://deno.land/x/arktype@v1.0.10-alpha/parse/string/reduce/static.ts";
definition: { root: unknown; branches: BranchState; groups: BranchState[]; unscanned: string; }