svgo
Version:
14 lines (13 loc) • 346 B
TypeScript
export declare const name = "removeTitle";
export declare const description = "removes <title>";
/**
* Remove <title>.
*
* https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title
*
* @author Igor Kalashnikov
*
* @type {import('../lib/types.js').Plugin}
* @since 0.4.4
*/
export declare const fn: import('../lib/types.js').Plugin;