UNPKG

jest-allure2-reporter

Version:
3 lines (2 loc) 249 B
export declare function compactObject<V>(object: Record<string, V | undefined | null>, excludeNulls: true): Record<string, V>; export declare function compactObject<V>(object: Record<string, V | undefined>, excludeNulls?: false): Record<string, V>;