mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 21:49:31 +08:00
2 lines
124 B
Text
2 lines
124 B
Text
export declare function isString(input: unknown): input is string;
|
|
export declare function isEmpty(input: string): boolean;
|