@aracna/core - v1.5.0
    Preparing search index...

    Function pickObjectProperties

    • Returns a new object with only the properties that match the predicate or are in the list of keys. The keys support bracket and dot notation. Optionally picks deep properties as well.

      Aracna Reference

      Type Parameters

      • T extends object
      • U extends object = T

      Parameters

      Returns U

    • Returns a new object with only the properties that match the predicate or are in the list of keys. The keys support bracket and dot notation. Optionally picks deep properties as well.

      Aracna Reference

      Type Parameters

      • T extends object
      • U extends object = T

      Parameters

      Returns U

    • Returns a new object with only the properties that match the predicate or are in the list of keys. The keys support bracket and dot notation. Optionally picks deep properties as well.

      Aracna Reference

      Type Parameters

      • T extends object
      • K extends string | number | symbol = keyof T

      Parameters

      • object: T
      • keys: K[]

      Returns Pick<T, K>

    • Returns a new object with only the properties that match the predicate or are in the list of keys. The keys support bracket and dot notation. Optionally picks deep properties as well.

      Aracna Reference

      Type Parameters

      • T extends object
      • K extends string | number | symbol = keyof T

      Parameters

      • object: T
      • keys: K[]

      Returns Pick<T, K>

    • Returns a new object with only the properties that match the predicate or are in the list of keys. The keys support bracket and dot notation. Optionally picks deep properties as well.

      Aracna Reference

      Type Parameters

      • T extends object
      • U extends object = T

      Parameters

      • object: T
      • keys: string[]

      Returns U