import { IsIPv4 } from "https://deno.land/x/typebox@0.32.5/example/formats/ipv4.ts";
[ajv-formats]
IPv4 address according to dotted-quad ABNF syntax as defined in RFC 2673, section 3.2
Examples
192.168.0.1
192.168.0.1
import { IsIPv4 } from "https://deno.land/x/typebox@0.32.5/example/formats/ipv4.ts";
[ajv-formats]
IPv4 address according to dotted-quad ABNF syntax as defined in RFC 2673, section 3.2
192.168.0.1