export const name: "removeScripts"; export const description: "removes scripts"; /** * Remove scripts. * * https://www.w3.org/TR/SVG11/script.html * * @author Patrick Klingemann * @type {import('../lib/types.js').Plugin} */ export const fn: import("../lib/types.js").Plugin;