UNPKG

svelte

Version:

Cybernetically enhanced web apps

6 lines (5 loc) 255 B
export declare const globals: Set<string>; export declare const reserved: Set<string>; export declare function is_void(name: string): boolean; export declare function is_valid(str: string): boolean; export declare function sanitize(name: string): string;