UNPKG
ticking-stompjs
Version:
latest (7.0.0)
7.0.0
STOMP client for Javascript and Typescript
github.com/stomp-js/stompjs
stomp-js/stompjs
ticking-stompjs
/
esm6
/
byte.d.ts
12 lines
(11 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Some byte values, used as per STOMP specifications. * * Part of `
@stomp
/stompjs`. * *
@internal
*/
export
declare
const
BYTE
: { LF:
string
;
NULL
:
string
; };