astro-ghostcms/.pnpm-store/v3/files/22/00cddc51d4842853da67b3e2870...

3 lines
124 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export declare function isString(input: unknown): input is string;
export declare function isEmpty(input: string): boolean;