A11 TypeScript API - v0.2.1
A11 guides
Python API
C++ internals
Preparing search index...
normalizeByteMap
Function normalizeByteMap
normalizeByteMap
(
values
:
ByteMapInput
|
undefined
,
validateKey
?:
(
key
:
string
)
=>
boolean
,
)
:
StatusOr
<
ByteMap
>
Convert a map/object boundary into an owned byte map with optional key checks.
Parameters
values
:
ByteMapInput
|
undefined
Optional
validateKey
:
(
key
:
string
)
=>
boolean
Returns
StatusOr
<
ByteMap
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
A11 guides
Python API
C++ internals
A11 TypeScript API - v0.2.1
Loading...
Convert a map/object boundary into an owned byte map with optional key checks.