Preparing search index...
The search index is not available
ts-browser-helpers
ts-browser-helpers
getKeyByValue
Function getKeyByValue
getKeyByValue
(
object
:
Record
<
string
,
any
>
,
value
:
any
)
:
string
|
undefined
Find the key of an object with a given value.
Parameters
object
:
Record
<
string
,
any
>
object to search
value
:
any
value to search for
Returns
string
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-browser-helpers
Loading...
Find the key of an object with a given value.