UNPKG

iso8583_esm

Version:

A javascript library for messaging in iso 8583 messaging format.

7 lines (6 loc) 285 B
/** * Assembles the Bitmap of fields 127.25.0-63 for the ISO 8583 message in the Main class Instance. * @method assembleBitmap_127_25 * @memberof module:Bitmap-Assemble */ export declare function assembleBitmap_127_25(): import("../errors").DefaultError | Uint8Array<ArrayBuffer>;