@usecomma/modulus-check
Version:
Validate a UK bank account number against a sort code using the VocaLink modulus check
24 lines (23 loc) • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
/* jscs:disable validateOrderInObjectKeys */
var positions = {
u: 0,
v: 1,
w: 2,
x: 3,
y: 4,
z: 5,
a: 6,
b: 7,
c: 8,
d: 9,
e: 10,
f: 11,
g: 12,
h: 13
};
/* jscs:enable validateOrderInObjectKeys */
exports.positions = positions;