UNPKG

iso8583_esm

Version:

A javascript library for messaging in iso 8583 messaging format.

10 lines (9 loc) 301 B
/** * Unpack fields 127.25.0-127 from an ISO 8583 encoded string into a JSON * @method unpack_127_25_1_63 * @memberof module:Message-UnPackage */ export declare function unpack_127_25_1_63(slice_127_25: any, isoJSON: any): import("../errors").DefaultError | { json: any; remSlice: any; };