The plugin that enhances StringShape with the IP address check.
import * as d from 'doubter/core';import '@doubter/plugin-string-format/ip';d.string().ip(); Copy
import * as d from 'doubter/core';import '@doubter/plugin-string-format/ip';d.string().ip();
The plugin that enhances StringShape with the IP address check.