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

x/valibot/mod.ts>strip

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

Use object without rest argument instead.

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

Creates an object schema that strips unknown keys.

Type Parameters

TSchema extends ObjectSchema<ObjectEntries, undefined>

Parameters

schema: TSchema

A object schema.

Returns

A object schema.