UNPKG

iso8583_esm

Version:

A javascript library for messaging in iso 8583 messaging format.

6 lines (5 loc) 349 B
import { DefaultError } from './../errors'; import { ISO8583JSONMessageType } from './../ISO8583Base'; import * as Types from './../t'; export declare const validateSpecialFields: (msg: ISO8583JSONMessageType, customFormats: Types.CustomFormatsT) => true | DefaultError; export declare const detectSpecial: (msg: ISO8583JSONMessageType) => boolean;