UNPKG

@cityssm/faster-report-parser

Version:

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

9 lines (8 loc) 247 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}:*`;