← back to Wholivedthere

mcp-la-records/node_modules/ajv/dist/runtime/timestamp.d.ts

6 lines

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