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