UNPKG

@konfirm/iso13616

Version:

ISO 13616-1:2007 - International Bank Account Number

11 lines (9 loc) 281 B
import { Mod97_10, Alphabet } from '@konfirm/iso7064'; /** * Extension of the ISO7064 MOD 97-10 Algorithm */ export const CustomMod97_10 = Mod97_10.factory({ algorithm: 'MOD 97-10 (Custom)', designation: 3, indices: Alphabet.from('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'), });