"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BLOCK_ID_STRING = exports.ISO_DATE_STRING = void 0;
exports.ISO_DATE_STRING = /\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z)/;
exports.BLOCK_ID_STRING = /^[a-f\d]{24}$/i;