mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 21:49:31 +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;
|