UNPKG

@cygnus-reach/reach-protocol

Version:

Improve the Reachâ„  remote support experience with straightforward device interactions via the Reach Protocol.

6 lines (5 loc) • 229 B
export declare namespace StringUtil { function encodeStringToUint8Array(str: string): Uint8Array; function decodeStringFromUint8Array(bytes: Uint8Array): string; function removeAnsiColorCodes(text: string): string; }