Skip to main content
Module

x/typestruct/checks.ts>CheckOptions

Composable and checkable JavaScript (and TypeScript) data structure
Latest
interface CheckOptions
import { type CheckOptions } from "https://deno.land/x/typestruct@1.0.0-beta.5/checks.ts";

Struct check options.

Properties

readonly
optional
failFast: boolean

Stop after first failure.