UNPKG

sipgateio

Version:

The official Node.js library for sipgate.io

4 lines (3 loc) 178 B
import { FaxModule } from './fax.types'; import { SipgateIOClient } from '../core/sipgateIOClient'; export declare const createFaxModule: (client: SipgateIOClient) => FaxModule;