- objToMap<TKey, TVal, TOutKey, TOut>(obj, mapKey, mapVal): Map<TOutKey, TOut>
Type Parameters
- TKey extends string | number
- TVal
- TOutKey
- TOut
- objToMap<TKey, TVal, TOut>(obj, mapKey, mapVal): Map<TKey, TOut>
Type Parameters
- TKey extends string | number
- TVal
- TOut
- objToMap<TKey, TVal, TOutKey>(obj, mapKey): Map<TOutKey, TVal>
Type Parameters
- TKey extends string | number
- TVal
- TOutKey
- objToMap<TKey, TVal>(obj): Map<TKey, TVal>
Type Parameters
- TKey extends string | number
- TVal
Map an object to a Map