Module

x/typebox/src/type/discard/discard.ts>Discard

Json Schema Type Builder with Static Type Resolution for TypeScript
Latest
function Discard
import { Discard } from "https://dotland.deno.dev/x/typebox@0.33.12/src/type/discard/discard.ts";

Discards property keys from the given value. This function returns a shallow Clone.

Parameters

value: Record<PropertyKey, any>
keys: PropertyKey[]