@wordpress/escape-html
Version:
14 lines • 442 B
TypeScript
/**
* Returns a string with greater-than sign replaced.
*
* Note that if a resolution for Trac#45387 comes to fruition, it is no longer
* necessary for `__unstableEscapeGreaterThan` to exist.
*
* See: https://core.trac.wordpress.org/ticket/45387
*
* @param value Original string.
*
* @return Escaped string.
*/
export default function __unstableEscapeGreaterThan(value: string): string;
//# sourceMappingURL=escape-greater.d.ts.map