UNPKG

iso8583_esm

Version:

A javascript library for messaging in iso 8583 messaging format.

3 lines (2 loc) 189 B
import type { ISO8583JSONMessageType } from './ISO8583Base'; export declare function requiredEcho(json: any, iso_send: ISO8583JSONMessageType, iso_answer: ISO8583JSONMessageType): boolean;