Skip to main content
Module

x/valibot/mod.ts>strict

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function strict
import { strict } from "https://deno.land/x/valibot@v0.13.1/mod.ts";

Creates a strict object schema that throws an error if an input contains unknown keys.

Type Parameters

TSchema extends ObjectSchema<any>

Parameters

schema: TSchema

A object schema.

optional
error: string

The error message.

Returns

A strict object schema.