Skip to main content
Module

x/deno_books/deps.ts>z.util.find

Access OpenLibrary's API with Deno.
Go to Latest
variable z.util.find
import { z } from "https://deno.land/x/deno_books@v1.4.0/deps.ts";
const { find } = z.util;

type

<T>(arr: T[], checker: (arg: T) => any) => T | undefined