Files
report/backend/node_modules/ajv/dist/runtime/timestamp.d.ts
T
2026-07-19 03:44:35 +09:00

6 lines
165 B
TypeScript

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