All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.cjs.utils.compact.cjs Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
'use strict';

function compact(object) {
  const clone = Object.assign({}, object);
  for (let key in clone) {
    if (clone[key] === void 0) delete clone[key];
  }
  return clone;
}

exports.compact = compact;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy