import * as valibot from "https://deno.land/x/valibot@v0.28.1/src/utils/isLuhnAlgo/isLuhnAlgo.ts";
Functions
Checks whether a string with numbers corresponds to the luhn algorithm. |
x/valibot/src/utils/isLuhnAlgo/isLuhnAlgo.ts
import * as valibot from "https://deno.land/x/valibot@v0.28.1/src/utils/isLuhnAlgo/isLuhnAlgo.ts";
Checks whether a string with numbers corresponds to the luhn algorithm. |