Skip to content

Instantly share code, notes, and snippets.

View WindTamer's full-sized avatar

Alexander WindTamer

  • Somers Point, NJ, USA
View GitHub Profile
/**
* @fileoverview Utils Interface credit card validation methods.
* @author (Wind Tammer)
*/
utils = {};
/** @type {Object<Function>} */
utils.creditcard = {};