svgo
Version:
13 lines (12 loc) • 324 B
TypeScript
export declare const name = "removeScripts";
export declare const description = "removes scripts";
/**
* Remove scripts.
*
* https://www.w3.org/TR/SVG11/script.html
*
* @author Patrick Klingemann
* @type {import('../lib/types.js').Plugin}
* @since 1.0.0
*/
export declare const fn: import('../lib/types.js').Plugin;