mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 11:09:30 +08:00
6 lines
165 B
Text
6 lines
165 B
Text
/// <reference lib="dom" />
|
|
/**
|
|
* @param {string} value
|
|
* @returns {string|false}
|
|
*/
|
|
export function decodeNamedCharacterReference(value: string): string | false
|