Skip to main content
Module

x/deno_books/deps.ts>z.objectUtil.mergeShapes

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

type

<U, T>(first: U, second: T) => T & U