Options
Menu

Return true if it is a valid Luhn card number based on http://en.wikipedia.org/wiki/Luhn/, otherwise false;

Index

Properties

Methods

Properties

tagName

tagName: string

Methods

isAcceptable

  • isAcceptable(value: string): boolean
  • Parameters

    • value: string

    Returns boolean

Generated using TypeDoc