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

x/netzo/deps/@dnd-kit/utilities.ts>add

Deno-powered framework for building business web apps
Go to Latest
variable add
import { add } from "https://deno.land/x/netzo@0.3.91/deps/@dnd-kit/utilities.ts";

type

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