frontend/.pnpm-store/v3/files/7e/4b54caf7d0d3788c13687bc1bf271c4eaae5efd49d6d67642df7a9c38adda5309dae834fd691746d5b96b187f5ecc1bc921a5e7c9a801372d3a340dea783d1

3 lines
126 B
Plaintext

export declare function isString(input: unknown): input is string;
export declare function isEmpty(input: string): boolean;