UNPKG

coffee-core

Version:

Coffee IT API core library

2 lines (1 loc) 118 B
export declare const removeUndefinedPropertiesFromObject: <T extends unknown>(inputObject: Record<string, any>) => T;