File size: 165 Bytes
bc20498 |
1 2 3 4 5 6 7 |
/// <reference lib="dom" />
/**
* @param {string} value
* @returns {string|false}
*/
export function decodeNamedCharacterReference(value: string): string | false
|
bc20498 |
1 2 3 4 5 6 7 |
/// <reference lib="dom" />
/**
* @param {string} value
* @returns {string|false}
*/
export function decodeNamedCharacterReference(value: string): string | false
|