UNPKG

format-utils

Version:

Utilities for validating various formats of Indian system codes like Mobile, PAN, AADHAAR, GST and more!

7 lines (6 loc) 184 B
export declare class Verhoeff { static multiplication: number[][]; static permutation: number[][]; static inverse: number[]; static validate(value: string): boolean; }