core3-utils

@wixc3/common on Github

Home > @wixc3/common > get

get() function

Signature:

export declare function get<K, V, M extends Map<K, V>>(obj: Nullable<M>, key: K): MapValue<M>;

Parameters

Parameter Type Description
obj [Nullable](/core3-utils/common.nullable.html)<M>
key K

Returns:

MapValue<M>