UNPKG

@make-software/csprclick-core-client

Version:

CSPR.click core client package for web applications

7 lines (6 loc) 229 B
import { CsprCloudProxyResponse } from './types'; export declare class CsprCloudProxy { #private; constructor(apiBaseUrl: string, token: string); fetch(path: string, options?: any): Promise<CsprCloudProxyResponse>; }