UNPKG
ng2-signalr-hinnomtx
Version:
latest (6.2.2)
6.2.2
6.2.1
6.2.0
angular2 signalr library
github.com/HNeukermans/ng2-signalR
HNeukermans/ng2-signalR
ng2-signalr-hinnomtx
/
src
/
services
/
connection
/
connection.transport.d.ts
8 lines
(7 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
ConnectionTransport
{
private
_name;
readonly
name
:
string
;
constructor
(
name
:
string
);
toString
():
string
;
equals
(
other
:
ConnectionTransport
):
boolean
; }