Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/utils/index.ts>_isLuhnAlgo

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function _isLuhnAlgo
import { _isLuhnAlgo } from "https://deno.land/x/valibot@v0.2.1-to-json-schema/src/utils/index.ts";

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

Parameters

input: string

The input to be checked.

Returns

boolean

Whether input is valid.