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