BinaryState
Defined in: packages/store-kit/src/lodash/client.ts:32
A state record containing binary data
Methods
asByteArray()
asByteArray():
undefined
|Uint8Array
<ArrayBufferLike
>
Defined in: packages/store-kit/src/lodash/client.ts:36
Gets the state value as a Uint8Array
Returns
undefined
| Uint8Array
<ArrayBufferLike
>
asString()
asString():
undefined
|string
Defined in: packages/store-kit/src/lodash/client.ts:40
Gets the state value as a string
Returns
undefined
| string