UNPKG

@usecomma/modulus-check

Version:

Validate a UK bank account number against a sort code using the VocaLink modulus check

20 lines (19 loc) 249 B
/* jscs:disable validateOrderInObjectKeys */ const 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 */ export { positions };