UNPKG

card-validator

Version:

A library for validating credit card fields

3 lines (2 loc) 144 B
import type { Verification } from "./types"; export declare function cvv(value: string | unknown, maxLength?: number | number[]): Verification;