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();