UNPKG

abowire

Version:

This is the official **Abowire Javascript SDK**, which makes it easy to connect to the Abowire **GraphQL API** and includes all the required dependencies you need.

5 lines (4 loc) 152 B
import { BaseSDK } from './base-sdk'; export declare class NodeSDK extends BaseSDK { protected getAuth(): import("../auth/types").Authentication; }