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