UNPKG

rehype-minify-meta-content

Version:

rehype plugin to minify `content` on `meta` elements

9 lines 237 B
/** * Minify `content` attributes on `meta` elements. * * @returns * Transform. */ export default function rehypeMinifyMetaContent(): (tree: Root) => undefined; import type { Root } from 'hast'; //# sourceMappingURL=index.d.ts.map