UNPKG

@sagold/json-pointer

Version:

json pointer - failsafe data retrieval from js and json objects

6 lines (5 loc) 172 B
/** * Removes all `undefined` values within an array without creating additional * arrays */ export declare function removeUndefinedItems<T = unknown>(array: T[]): T[];