UNPKG
@rinq/websocket
Version:
latest (0.2.1)
0.2.1
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
Rinq in the browser.
github.com/rinq/websocket
rinq/websocket
@rinq/websocket
/
core
/
failure
/
is-failure.js
4 lines
(3 loc)
•
77 B
JavaScript
View Raw
1
2
3
4
module
.exports =
function
isFailure
(error)
{
return
error
.isRinqFailure }