Blame view

node_modules/postcss-merge-longhand/dist/lib/getValue.js 181 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
  "use strict";
  
  exports.__esModule = true;
  exports.default = getValue;
  function getValue(_ref) {
      var value = _ref.value;
  
      return value;
  }
  module.exports = exports["default"];