UNPKG

rehype-minify-enumerated-attribute

Version:

rehype plugin to minify enumerated attributes

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