byte.d.ts 177 B

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