frontend/.pnpm-store/v3/files/54/d24a0727d398480d4fbc723ddbbe9610c6e6f0b0b7e35e1b05313e3500d5be42b190d5c71844c7aedf2ff7472c6004fe02e7184155fba31647b165aeebcb9c

18 lines
952 B
Plaintext

export declare const regex_whitespace: RegExp;
export declare const regex_whitespaces: RegExp;
export declare const regex_starts_with_whitespace: RegExp;
export declare const regex_starts_with_whitespaces: RegExp;
export declare const regex_ends_with_whitespace: RegExp;
export declare const regex_ends_with_whitespaces: RegExp;
export declare const regex_only_whitespaces: RegExp;
export declare const regex_whitespace_characters: RegExp;
export declare const regex_non_whitespace_character: RegExp;
export declare const regex_starts_with_newline: RegExp;
export declare const regex_not_newline_characters: RegExp;
export declare const regex_double_quotes: RegExp;
export declare const regex_backslashes: RegExp;
export declare const regex_starts_with_underscore: RegExp;
export declare const regex_ends_with_underscore: RegExp;
export declare const regex_invalid_variable_identifier_characters: RegExp;
export declare const regex_dimensions: RegExp;