芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/postcss-minify-params/types/index.d.ts
export = pluginCreator; /** * @type {import('postcss').PluginCreator
} * @param {browserslist.Options} options * @return {import('postcss').Plugin} */ declare function pluginCreator(options?: browserslist.Options): import('postcss').Plugin; declare namespace pluginCreator { const postcss: true; } import browserslist = require("browserslist");