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

    Function omitObjectProperties

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

      Aracna Reference

      Type Parameters

      • T extends object
      • U extends object = T

      Parameters

      Returns U

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

      Aracna Reference

      Type Parameters

      • T extends object
      • U extends object = T

      Parameters

      Returns U

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

      Aracna Reference

      Type Parameters

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

      Parameters

      • object: T
      • keys: K[]

      Returns Omit<T, K>

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

      Aracna Reference

      Type Parameters

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

      Parameters

      • object: T
      • keys: K[]

      Returns Omit<T, K>

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

      Aracna Reference

      Type Parameters

      • T extends object
      • U extends object = T

      Parameters

      • object: T
      • keys: string[]

      Returns U