UNPKG

phosphor-solid

Version:

A clean and friendly icon family for Solid-js

18 lines (14 loc) 465 B
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } export { _objectWithoutPropertiesLoose as objectWithoutPropertiesLoose }; //# sourceMappingURL=_rollupPluginBabelHelpers.js.map