UNPKG

always-helper

Version:

前端项目开发中,经常会用到一些工具函数的合集。

2 lines (1 loc) 261 B
var r=function(r,e){return"string"==typeof r&&(r=document.querySelector(r)),r.currentStyle?r.currentStyle[e]:window.getComputedStyle(r,null)[e]};export default function(e,t){if(!Array.isArray(t))return r(e,t);t.reduce((function(t,n){return t[n]=r(e,n),t}),{})}