UNPKG

@cityssm/faster-report-parser

Version:

Parses select Excel and CSV reports from the FASTER Web Fleet Management System into usable data objects.

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