import { isLuhnAlgo } from "https://deno.land/x/valibot@v0.28.1/src/utils/isLuhnAlgo/index.ts";
Checks whether a string with numbers corresponds to the luhn algorithm.
x/valibot/src/utils/isLuhnAlgo/index.ts>isLuhnAlgo
import { isLuhnAlgo } from "https://deno.land/x/valibot@v0.28.1/src/utils/isLuhnAlgo/index.ts";
Checks whether a string with numbers corresponds to the luhn algorithm.