UNPKG

sipgateio

Version:

The official Node.js library for sipgate.io

3 lines (2 loc) 159 B
import { AuthCredentials, SipgateIOClient } from './sipgateIOClient.types'; export declare const sipgateIO: (credentials: AuthCredentials) => SipgateIOClient;