UNPKG

phoneserve

Version:

easy API implementation for sipgate.io (not official), TypeScript ready

7 lines (6 loc) 126 B
export declare enum EProviderOptions { sipgate = 0, } export declare class Provider { constructor(optionsArg: any); }