UNPKG
@cimo/websocket
Version:
latest (1.5.73)
1.5.73
1.5.72
1.5.71
1.5.70
1.5.69
1.5.68
1.5.67
1.5.66
1.5.64
1.5.63
1.5.62
1.5.61
1.5.60
1.5.59
1.5.58
1.5.57
1.5.56
1.5.55
1.5.54
1.5.53
1.5.52
1.5.51
1.5.50
1.5.49
1.5.48
1.5.47
1.5.46
1.5.45
1.4.45
1.4.44
1.4.43
1.3.43
1.3.42
1.2.41
1.2.40
1.2.39
1.2.38
1.2.37
1.2.36
1.2.35
1.1.35
1.1.34
1.1.33
1.1.32
1.1.31
1.1.30
1.1.29
1.1.28
1.1.27
1.1.26
1.1.25
1.1.24
1.1.23
1.1.22
1.1.21
1.1.20
1.1.19
1.1.18
1.1.17
1.1.16
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
Websocket (server/client). Light, fast and secure.
github.com/cimo/Npm_websocket
cimo/Npm_websocket
@cimo/websocket
/
dist
/
src
/
HelperSrc.d.ts
4 lines
(3 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
export
declare
const
writeLog
:
(
tag
:
string
,
value
:
string
|
Record
<
string
,
unknown
> |
Error
) =>
void
;
export
declare
const
isJson
:
(
value
:
string
) =>
boolean
;
export
declare
const
base64ToUtf8
:
(
base64
:
string
) =>
string
;