UNPKG

302 BTypeScriptView Raw
1import type { TupleToIntersection } from "./mergeDeep.js";
2/**
3 * Merges the provided objects shallowly and removes
4 * all properties with an `undefined` value
5 */
6export declare function compact<TArgs extends any[]>(...objects: TArgs): TupleToIntersection<TArgs>;
7//# sourceMappingURL=compact.d.ts.map
\No newline at end of file