mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 18:39:31 +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;
|