UNPKG

svelte

Version:

Cybernetically enhanced web apps

4 lines (3 loc) 156 B
export declare const reserved: Set<string>; export declare function is_valid(str: string): boolean; export declare function sanitize(name: string): string;