UNPKG

@openim/protocol

Version:

OpenIM protocol

7 lines (6 loc) 152 B
interface MyTextDecoder { decode(buffer: ArrayBuffer | ArrayBufferView): string; } interface MyTextEncoder { encode(str: string): Uint8Array; }