import { pick } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/index.ts";
Creates a modified copy of an object schema that contains only the selected entries.
Type Parameters
TKeys extends ObjectKeys<TSchema>
Returns
An object schema.
import { pick } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/index.ts";
Creates a modified copy of an object schema that contains only the selected entries.
An object schema.