Search
Preparing search index...
The search index is not available
typedoc
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
typedoc
TypeScript
ReadonlyUnderscoreEscapedMap
Interface ReadonlyUnderscoreEscapedMap<T>
ReadonlyMap where keys are
__String
s.
Type parameters
T
Hierarchy
ReadonlyESMap
<
__String
,
T
>
ReadonlyUnderscoreEscapedMap
UnderscoreEscapedMap
Index
Properties
size
Methods
entries
for
Each
get
has
keys
values
Properties
Readonly
size
size
:
number
Methods
entries
entries
(
)
:
Iterator
<
[
__String
,
T
]
>
Returns
Iterator
<
[
__String
,
T
]
>
for
Each
for
Each
(
action
:
(
value
:
T
, key
:
__String
)
=>
void
)
:
void
Parameters
action:
(
value
:
T
, key
:
__String
)
=>
void
(
value
:
T
, key
:
__String
)
:
void
Parameters
value:
T
key:
__String
Returns
void
Returns
void
get
get
(
key
:
__String
)
:
T
Parameters
key:
__String
Returns
T
has
has
(
key
:
__String
)
:
boolean
Parameters
key:
__String
Returns
boolean
keys
keys
(
)
:
Iterator
<
__String
>
Returns
Iterator
<
__String
>
values
values
(
)
:
Iterator
<
T
>
Returns
Iterator
<
T
>
Exports
Externals
JSONOutput
Reflection
Kind
Type
Script
Type
Script.
Script
Snapshot
Type
Script.server
Readonly
Underscore
Escaped
Map
size
entries
for
Each
get
has
keys
values
Generated using
TypeDoc
ReadonlyMap where keys are
__String
s.