Files
voice_recognition/whispervad/node_modules/flatbuffers/js/flexbuffers/flexbuffers-util.d.ts

3 lines
129 B
TypeScript

export declare function fromUTF8Array(data: BufferSource): string;
export declare function toUTF8Array(str: string): Uint8Array;