UNPKG

sipgateio

Version:

The official Node.js library for sipgate.io

4 lines (3 loc) 194 B
import { HistoryModule } from './history.types'; import { SipgateIOClient } from '../core/sipgateIOClient'; export declare const createHistoryModule: (client: SipgateIOClient) => HistoryModule;