UNPKG

@sentry/lynx-react

Version:
6 lines 274 B
/** * In contrast to the regular `dropUndefinedKeys` method, * this one does not deep-drop keys, but only on the top level. */ export declare function dropTopLevelUndefinedKeys<T extends object>(obj: T): Partial<T>; //# sourceMappingURL=dropTopLevelUndefinedKeys.d.ts.map