Takaro - v0.4.11
    Preparing search index...
    • Creates an array of elements corresponding to the given keys, or indexes, of collection. Keys may be specified as individual arguments or as arrays of keys.

      Type Parameters

      • T

      Parameters

      • object: Dictionary<T> | NumericDictionary<T> | null | undefined

        The object to iterate over.

      • ...props: PropertyPath[]

        The property names or indexes of elements to pick, specified individually or in arrays.

      Returns T[]

      Returns the new array of picked elements.

    • Type Parameters

      • T extends object

      Parameters

      • object: T | null | undefined
      • ...props: Many<keyof T>[]

      Returns T[keyof T][]

      _.at