Files
DefinitelyTyped/types/sip.js
Steve Frécinaux 2570679b2b sip.js: fix typing of SIP.NameAddrHeader
According to sip.js source code, the "uri" parameter and member are never a string, they are always SIP.URI instances.

https://github.com/onsip/SIP.js/blob/master/src/NameAddrHeader.js#L22
2017-11-10 14:23:32 +01:00
..