UNPKG

jssip

Version:

the Javascript SIP library

18 lines (13 loc) 479 B
import {Debug} from 'debug' import * as C from './Constants' import * as Exceptions from './Exceptions' import * as Grammar from './Grammar' import * as Utils from './Utils' export { C, Exceptions, Grammar, Utils }; export {UA} from './UA' export {URI} from './URI' export {NameAddrHeader} from './NameAddrHeader' export {WebSocketInterface, Socket, WeightedSocket} from './WebSocketInterface' export const debug: Debug export const name: string export const version: string