mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
7 lines
165 B
TypeScript
7 lines
165 B
TypeScript
/// <reference lib="dom" />
|
|
/**
|
|
* @param {string} value
|
|
* @returns {string|false}
|
|
*/
|
|
export function decodeNamedCharacterReference(value: string): string | false
|