Files
copilot-toolbox-template-121/node_modules/@ant-design/pro-utils/es/omitUndefinedAndEmptyArr/index.d.ts
2026-01-16 02:20:32 +00:00

2 lines
93 B
TypeScript

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