📄 setAttributesWithAttributesAndNonce.js
/home/palash/git/site/node_modules/style-loader/dist/runtime/setAttributesWithAttributesAndNonce.js
Language: js • Lines: 9
"use strict";

/* istanbul ignore next  */
function setAttributesWithoutAttributes(styleElement, attributes) {
  Object.keys(attributes).forEach(function (key) {
    styleElement.setAttribute(key, attributes[key]);
  });
}
module.exports = setAttributesWithoutAttributes;