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

x/valibot/src/methods/strict/strictAsync.ts>strictAsync

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

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

Parameters

schema: TSchema

A object schema.

optional
error: string

The error message.

Returns

A strict object schema.