Skip to main content
Module

x/typeguardkit/core/array_asserter.ts

A TypeScript module to help construct type assertion functions and type guards.
Latest
import * as typeguardkit from "https://deno.land/x/typeguardkit@0.32.1/core/array_asserter.ts";

Classes

An ArrayAsserter is an Asserter for the Array type defined by its elementAsserter, with any additional constraints defined by its ArrayAsserterOptions properties.

Interfaces

ArrayAsserterOptions are passed to the ArrayAsserter constructor.

ArrayAsserterRules can be assigned to the ArrayAsserterOptions rules property.