UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

8 lines (7 loc) 237 B
export interface JuricodeConfig { baseUrl: string; websocketUrl?: string; timeout: number; } export declare function getConfig(): JuricodeConfig; export declare function validateConnection(baseUrl: string): Promise<boolean>;