UNPKG
@aptpod/iscp-ts
Version:
beta (1.1.2-beta.1)
latest (1.1.1)
1.1.2-beta.1
1.1.2-beta.0
1.1.1
1.1.1-beta.0
1.1.0
1.1.0-beta.1
1.1.0-beta.0
1.0.0
1.0.0-beta.0
0.12.1
0.12.1-beta.0
0.12.0
0.12.0-beta.3
0.12.0-beta.1
0.12.0-beta.0
0.11.1
0.11.1-beta.0
0.11.0
0.10.1-beta.4
0.10.1-beta.3
0.10.1-beta.2
0.10.1-beta.1
0.10.1-beta.0
0.10.0
0.10.0-beta.2
0.10.0-beta.1
0.10.0-beta.0
0.9.1
0.9.1-beta.2
0.9.1-beta.1
0.9.0
0.5.0-beta.1
0.4.1
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
iSCP 2.0 client library for TypeScript
@aptpod/iscp-ts
/
es
/
node
/
exceptions
/
index.d.ts
2 lines
(1 loc)
•
186 B
TypeScript
View Raw
1
2
export
{
ISCPException
,
ISCPUnexpectedError
,
ISCPTransportClosedError
,
ISCPMalformedMessageError
,
ISCPFailedMessageError
,
ISCPTimeoutError
,
ISCPReconnectingError
, }
from
'./exceptions'
;