svgo
Version:
14 lines (13 loc) • 333 B
TypeScript
export const name: "removeXMLProcInst";
export const description: "removes XML processing instructions";
/**
* Remove XML Processing Instruction.
*
* @example
* <?xml version="1.0" encoding="utf-8"?>
*
* @author Kir Belevich
*
* @type {import('../lib/types.js').Plugin}
*/
export const fn: import("../lib/types.js").Plugin;