mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 13:19:29 +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;
|