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

x/deno_books/deps.ts>z.ZodObject#pick

Access OpenLibrary's API with Deno.
Go to Latest
method z.ZodObject.prototype.pick
import { z } from "https://deno.land/x/deno_books@v1.2.0/deps.ts";
const { ZodObject } = z;

Type Parameters

Mask extends [k in keyof T]?: true

Returns

ZodObject<Pick<T, Extract<keyof T, keyof Mask>>, UnknownKeys, Catchall>