UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

3 lines (2 loc) 204 B
/** Discards property keys from the given value. This function returns a shallow Clone. */ export declare function Discard(value: Record<PropertyKey, any>, keys: PropertyKey[]): Record<PropertyKey, any>;