persona-community-5/.pnpm-store/v3/files/84/72f8b904bc9eabae703a6159ce06759ccadb4a674fdd1b2d0ca955bfd3b7e81b10569d73ae5709e7dd27a8d2d911d1e2637e67f5dce343ec0e5ef97557cb5d
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

6 lines
165 B
Plaintext

declare function validTimestamp(str: string, allowDate: boolean): boolean;
declare namespace validTimestamp {
var code: string;
}
export default validTimestamp;