mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 04:59:31 +08:00
2 lines
161 B
Text
2 lines
161 B
Text
export declare function decode_character_references(html: string): string;
|
|
export declare function closing_tag_omitted(current: string, next?: string): boolean;
|