mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-28 06:55:09 +08:00
3 lines
124 B
TypeScript
3 lines
124 B
TypeScript
|
|
export declare function isString(input: unknown): input is string;
|
||
|
|
export declare function isEmpty(input: string): boolean;
|