mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-24 04:03:01 +08:00
2 lines
124 B
TypeScript
2 lines
124 B
TypeScript
export declare function isString(input: unknown): input is string;
|
|
export declare function isEmpty(input: string): boolean;
|