Type alias PrimitiveObjectValue

PrimitiveObjectValue: string | number | boolean | Buffer | ArrayBuffer

Represents a primitive value that can be stored in a LiveMap.

For binary data, the resulting type depends on the platform (Buffer in Node.js, ArrayBuffer elsewhere).

Generated using TypeDoc