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) 265 B
/** * The debug namespace for this package. */ export declare const DEBUG_NAMESPACE = "faster-report-parser"; /** * The debug namespaces string to enable debug output for this package. */ export declare const DEBUG_ENABLE_NAMESPACES = "faster-report-parser:*";