UNPKG

postcss-normalize-charset

Version:

Add necessary or remove extra charset with PostCSS

17 lines 454 B
export type Options = { add?: boolean; }; /** * @typedef {{add?: boolean}} Options */ /** * @param {Options} opts * @return {import('postcss').Plugin} */ declare function pluginCreator(opts?: Options): import('postcss').Plugin; declare namespace pluginCreator { var postcss: true; } declare const moduleExports: typeof pluginCreator; export { moduleExports as default, moduleExports as 'module.exports' }; //# sourceMappingURL=index.d.ts.map