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