typia
Version:
Superfast runtime validators with only one line
7 lines • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports._randomFormatRegex = void 0;
const _randomFormatRegex = () => FIXED;
exports._randomFormatRegex = _randomFormatRegex;
const FIXED = "/^(?:(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)\\.){3}(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)$/";
//# sourceMappingURL=_randomFormatRegex.js.map