2 lines
93 B
TypeScript
2 lines
93 B
TypeScript
export declare const omitUndefinedAndEmptyArr: <T extends Record<string, any>>(obj: T) => T;
|