Skip to main content
Module

x/valibot/mod.ts>isLuhnAlgo

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function isLuhnAlgo
Re-export
import { isLuhnAlgo } from "https://deno.land/x/valibot@v0.10.0/mod.ts";

Checks whether a string with numbers corresponds to the luhn algorithm.

Parameters

input: string

The input to be checked.