UNPKG

177 BTypeScriptView Raw
1/**
2 * Some byte values, used as per STOMP specifications.
3 *
4 * Part of `@stomp/stompjs`.
5 *
6 * @internal
7 */
8export declare const BYTE: {
9 LF: string;
10 NULL: string;
11};