Urara-Blog/node_modules/.pnpm-store/v3/files/15/4c3153fabbf5782db30fa116823446493d931cfa6dda81cc8e292098e0114258c5762046fc1a413e48024407734e3218e461f96e7ad4fef00acdfdde86fdac
2022-08-14 01:14:53 +08:00

2 lines
118 B
Text

export declare const reserved_keywords: Set<string>;
export declare function is_reserved_keyword(name: any): boolean;