UNPKG

ojp-sdk

Version:

OJP (Open Journey Planner) Javascript SDK

8 lines (7 loc) 291 B
type DEBUG_LEVEL_Type = 'DEBUG' | 'PROD'; export declare const DEBUG_LEVEL: DEBUG_LEVEL_Type; type OJP_VERSION_Type = '1.0' | '2.0'; export declare const OJP_VERSION: OJP_VERSION_Type; export declare const SDK_VERSION = "0.16.3"; export declare const IS_NODE_CLI: string | false; export {};