Skip to content

Data

Data = Uint8Array | ArrayBuffer | string

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

Union type representing the supported data formats for keys and values. Can be a Uint8Array, ArrayBuffer, or string.