persona-community-5/.pnpm-store/v3/files/22/00cddc51d4842853da67b3e2870545f80b4c646e118ab1bb859688eaad9c55788e071d5bd2fa6538c98f65a10843988492f6463fce732b320dc296f4722ebd
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

3 lines
124 B
Plaintext

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