Files
dieheldin/node_modules/@stomp/stompjs/esm6/byte.d.ts
2026-02-24 07:04:01 +01:00

12 lines
177 B
TypeScript

/**
* Some byte values, used as per STOMP specifications.
*
* Part of `@stomp/stompjs`.
*
* @internal
*/
export declare const BYTE: {
LF: string;
NULL: string;
};