Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/mod.ts>strictAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function strictAsync
Deprecated
Deprecated

Use objectAsync with rest argument instead.

import { strictAsync } from "https://deno.land/x/valibot@v0.28.1/mod.ts";

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

Type Parameters

TSchema extends ObjectSchemaAsync<ObjectEntriesAsync, undefined>

Parameters

schema: TSchema

A object schema.

Returns

A strict object schema.