luhn

from Extra Module

luhn()

Run the Luhn Algorithm

var result = luhn("1234 5678 9012 3456") # false

Last updated