UNPKG

create-lbgcli1

Version:

前端脚手架模板

10 lines (8 loc) 272 B
"use strict"; /* istanbul ignore next */ function setAttributesWithoutAttributes(styleElement, attributes) { Object.keys(attributes).forEach(function (key) { styleElement.setAttribute(key, attributes[key]); }); } module.exports = setAttributesWithoutAttributes;