Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
variable add
import { add } from "https://deno.land/x/netzo@0.3.66/deps/@dnd-kit/utilities.ts";

type

<T extends Record<U, number>, U extends string>(object: T, ...adjustments: Partial<T>[]) => T