UNPKG

iso8583_esm

Version:

A javascript library for messaging in iso 8583 messaging format.

7 lines (6 loc) 219 B
/** * Unpack fields 127.0-63 from an ISO 8583 encoded string into a JSON * @method unpack_127_1_63 * @memberof module:Message-UnPackage */ export declare function unpack_127_1_63(slice_127: any, isoJSON: any): any;