UNPKG

@fcgs/filerr-nach

Version:

nACH is a highly customizable Node.js module exposing a high & low-level API for generating ACH files for use within the ACH network

6 lines (4 loc) 130 B
declare class nACHError extends Error { constructor(errorObj: { name?: string; message?: string }); } export = nACHError;