UNPKG

@cityssm/consigno-cloud-api

Version:

An unofficial wrapper around the ConsignO Cloud API.

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