UNPKG

@cityssm/eft-generator

Version:

Formats Electronic Funds Transfer (EFT) data into the CPA 005 standard.

10 lines (8 loc) 248 B
/** * The debug namespace for this package. */ export const DEBUG_NAMESPACE = 'eft-generator' /** * The debug namespaces string to enable debug output for this package. */ export const DEBUG_ENABLE_NAMESPACES = `${DEBUG_NAMESPACE}:*`