UNPKG

format-utils

Version:

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

4 lines (3 loc) 75 B
export declare class Luhn { static validate(value: string): boolean; }