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

x/arktype/parse/string/reduce/static.ts>state.reduceGroupOpen

TypeScript's 1:1 validator, optimized from editor to runtime
Latest
type alias state.reduceGroupOpen
import { type state } from "https://deno.land/x/arktype@v1.0.10-alpha/parse/string/reduce/static.ts";
const { reduceGroupOpen } = state;

Type Parameters

s extends StaticState
unscanned extends string
definition: from<{ groups: [...s["groups"], s["branches"]]; branches: initialBranches; root: undefined; unscanned: unscanned; }>