Endo API documentation
Preparing search index...
@endo/cache-map
WeakMapAPI
Type Alias WeakMapAPI<K, V>
WeakMapAPI
:
Pick
<
Map
<
K
,
V
>
,
Exclude
<
keyof
WeakMap
<
WeakKey
,
any
>
,
"set"
>
>
&
{
set
:
(
key
:
K
,
value
:
V
)
=>
WeakMapAPI
<
K
,
V
>
;
}
Type Parameters
K
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Endo API documentation
Loading...