Files
est-frame/node_modules/ajv/dist/runtime/timestamp.d.ts
2025-10-22 05:38:27 +00:00

6 lines
165 B
TypeScript
Executable File

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