芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/postcss-merge-longhand/src/lib/mergeValues.js
'use strict'; const getValue = require('./getValue.js'); /** @type {(...rules: import('postcss').Declaration[]) => string} */ module.exports = (...rules) => rules.map(getValue).join(' ');