export const name: "removeEmptyAttrs"; export const description: "removes empty attributes"; /** * Remove attributes with empty values. * * @author Kir Belevich * * @type {import('../lib/types.js').Plugin} */ export const fn: import("../lib/types.js").Plugin;