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
Latest
function _isLuhnAlgo
import { _isLuhnAlgo } from "https://deno.land/x/valibot@1.0.0-beta.0-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.