mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 12:49:30 +08:00
2 lines
118 B
Text
2 lines
118 B
Text
export declare const reserved_keywords: Set<string>;
|
|
export declare function is_reserved_keyword(name: any): boolean;
|