@s-libs/micro-dash
    Preparing search index...

    Function zipObject

    • This function is like fromPairs except that it accepts two arrays, one of property identifiers and one of corresponding values.

      Contribution to minified bundle size, when it is the only function imported:

      • Lodash: 2,252 bytes
      • Micro-dash: 349 bytes

      Type Parameters

      • K extends readonly [PropertyKey]
      • V extends readonly [any, any]

      Parameters

      • props: K
      • values: V

      Returns Record<K[0], V[0]>

    • This function is like fromPairs except that it accepts two arrays, one of property identifiers and one of corresponding values.

      Contribution to minified bundle size, when it is the only function imported:

      • Lodash: 2,252 bytes
      • Micro-dash: 349 bytes

      Type Parameters

      • K extends readonly [PropertyKey, PropertyKey]
      • V extends readonly [any, any, any]

      Parameters

      • props: K
      • values: V

      Returns Record<K[0], V[0]> & Record<K[1], V[1]>

    • This function is like fromPairs except that it accepts two arrays, one of property identifiers and one of corresponding values.

      Contribution to minified bundle size, when it is the only function imported:

      • Lodash: 2,252 bytes
      • Micro-dash: 349 bytes

      Type Parameters

      • K extends readonly [PropertyKey, PropertyKey, PropertyKey]
      • V extends readonly [any, any, any, any]

      Parameters

      • props: K
      • values: V

      Returns Record<K[0], V[0]> & Record<K[1], V[1]> & Record<K[2], V[2]>

    • This function is like fromPairs except that it accepts two arrays, one of property identifiers and one of corresponding values.

      Contribution to minified bundle size, when it is the only function imported:

      • Lodash: 2,252 bytes
      • Micro-dash: 349 bytes

      Type Parameters

      • K extends readonly [PropertyKey, PropertyKey, PropertyKey, PropertyKey]
      • V extends readonly [any, any, any, any, any]

      Parameters

      • props: K
      • values: V

      Returns Record<K[3], V[3]> & Record<K[0], V[0]> & Record<K[1], V[1]> & Record<
          K[2],
          V[2],
      >

    • This function is like fromPairs except that it accepts two arrays, one of property identifiers and one of corresponding values.

      Contribution to minified bundle size, when it is the only function imported:

      • Lodash: 2,252 bytes
      • Micro-dash: 349 bytes

      Type Parameters

      • K extends PropertyKey
      • V

      Parameters

      • props: readonly K[]
      • values: readonly V[]

      Returns Record<K, V | undefined>