UNPKG

dotbit

Version:

A complete .bit SDK and utilities in TypeScript

8 lines (7 loc) 211 B
export declare class Networking { baseUri: string; constructor(baseUri: string); throwOnError(res: any): any; get(path: string): Promise<any>; post(path: string, body?: any): Promise<any>; }