UNPKG

validated-changeset

Version:
9 lines 292 B
/** * Merges all sources together, excluding keys in excludedKeys. * * @param {string[]} excludedKeys * @param {...object} sources * @return {object} */ export default function objectWithout(excludedKeys: string[], ...sources: any[]): any; //# sourceMappingURL=object-without.d.ts.map