UNPKG

rehype-minify-meta-color

Version:

rehype plugin to minify `theme-color` and `msapplication-TileColor` meta elements

9 lines 212 B
/** * Minify color attributes. * * @returns * Transform. */ export default function rehypeMinifyMetaColor(): (tree: Root) => undefined; import type { Root } from 'hast'; //# sourceMappingURL=index.d.ts.map