UNPKG

@ringcentral/sdk

Version:

- [Installation](#installation) - [Getting Started](#getting-started) - [API Calls](#api-calls) - [Advanced SDK Configuration & Polyfills](#advanced-sdk-configuration--polyfills) - [Making telephony calls](#making-telephony-calls) - [Call mana

13 lines 406 B
import DomStorage from 'dom-storage'; import fetch, { Request, Response, Headers } from 'node-fetch'; import { setDefaultExternals } from './SDK'; export * from './SDK'; var localStorage = new DomStorage(null, { strict: true }); setDefaultExternals({ localStorage: localStorage, fetch: fetch, Request: Request, Response: Response, Headers: Headers, }); //# sourceMappingURL=index.js.map