ssap_app/node_modules/@expo/ws-tunnel/build/utils/chunk.d.ts

4 lines
185 B
TypeScript

import { RawData } from 'ws';
export declare function toUint8Array(raw: RawData | string): Uint8Array<ArrayBufferLike>;
export declare function toString(raw: RawData | string): string;