mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:09:29 +08:00
5 lines
218 B
Text
5 lines
218 B
Text
export declare const whitespace: RegExp;
|
|
export declare const start_whitespace: RegExp;
|
|
export declare const end_whitespace: RegExp;
|
|
export declare const start_newline: RegExp;
|
|
export declare const dimensions: RegExp;
|