Files

2 lines
93 B
TypeScript

export declare const omitUndefinedAndEmptyArr: <T extends Record<string, any>>(obj: T) => T;