UNPKG

modem-pay-iso

Version:

A javascript library for messaging in iso 8583 messaging format.

9 lines (8 loc) 288 B
import * as Types 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 */ declare function assembleBitmap(): Types.BitMap | Types.Error; export default assembleBitmap;