Hex Core JS
    Preparing search index...

    Function makeObjectFromEntries

    • Returns an object using the given entries. Works like Object.fromEntries but with type handling and better performance.

      Type Parameters

      • K extends string | number | symbol
      • V

      Parameters

      • entries: [K, V][]

        The entries from which to form the object.

      Returns Record<K, V>