UNPKG

lenye_base

Version:

基础方法

6 lines (3 loc) 108 B
'use strict'; var getStyle = (el, ruleName) => getComputedStyle(el)[ruleName]; module.exports = getStyle;