UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (4 loc) 221 B
const _isFormatIpv4 = (str) => PATTERN.test(str); const PATTERN = /^(?:(?: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)$/; export { _isFormatIpv4 }; //# sourceMappingURL=_isFormatIpv4.mjs.map