Skip to content

asString

asString(buffer): string

Defined in: .work/repos/olmdb/src/olmdb.ts:477

Converts an ArrayBuffer to a UTF-8 decoded string. Helper function for use with scan() keyConvert and valueConvert options.

Readonly<ArrayBuffer>

The ArrayBuffer to decode.

string

A UTF-8 decoded string.