UNPKG

lenye_base

Version:

基础方法

4 lines (2 loc) 91 B
var getStyle = (el, ruleName) => getComputedStyle(el)[ruleName]; export default getStyle;