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