UNPKG

@cityssm/avanti-api

Version:

An unofficial wrapper around the Avanti API.

9 lines (8 loc) 237 B
/** * The debug namespace for this package. */ export const DEBUG_NAMESPACE = 'avanti-api'; /** * The debug namespaces string to enable debug output for this package. */ export const DEBUG_ENABLE_NAMESPACES = `${DEBUG_NAMESPACE}:*`;