node-ejs-renderer/node_modules/ajv/dist/runtime/timestamp.d.ts

6 lines
165 B
TypeScript
Raw Normal View History

2024-06-09 13:55:01 -04:00
declare function validTimestamp(str: string, allowDate: boolean): boolean;
declare namespace validTimestamp {
var code: string;
}
export default validTimestamp;