frontend/.pnpm-store/v3/files/15/4c3153fabbf5782db30fa116823446493d931cfa6dda81cc8e292098e0114258c5762046fc1a413e48024407734e3218e461f96e7ad4fef00acdfdde86fdac

3 lines
118 B
Plaintext

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