UNPKG

iso8583_esm

Version:

A javascript library for messaging in iso 8583 messaging format.

8 lines (7 loc) 255 B
import { Err, BitMap } from '../t'; /** * Assembles the Bitmap of fields 0-127 for the ISO 8583 message in the Main class Instance. * @method assembleBitmap * @memberof module:Bitmap-Assemble */ export declare function assembleBitmap(): BitMap | Err;