UNPKG

@cityssm/faster-unofficial-api

Version:

An unofficial API for the FASTER Web fleet management system relying on Puppeteer scripts, exported reports, and complex parsers.

9 lines (8 loc) 247 B
/** * The debug namespace for this package. */ export declare const DEBUG_NAMESPACE = "faster-unofficial-api"; /** * The debug namespaces string to enable debug output for this package. */ export declare const DEBUG_ENABLE_NAMESPACES: string;