Urara-Blog/node_modules/.pnpm-store/v3/files/36/7ea7bdd90c16331c580ed118206e739beafe6e259efe7f57143cdf21f56ec17cdee59192b5878c28e6b5791e7cc8cfa367bafab863b386abbd997c31e0b66d
2022-08-14 01:14:53 +08:00

4 lines
199 B
Text

export declare const globals: Set<string>;
export declare const reserved: Set<string>;
export declare function is_valid(str: string): boolean;
export declare function sanitize(name: string): string;