ft_transcendence/pong/node_modules/ajv/dist/runtime/timestamp.d.ts
2023-05-02 19:15:50 +02:00

6 lines
165 B
TypeScript

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