@alanscodelog/utils
    Preparing search index...

    Function omit

    • Returns a copy of the object without the specified properties.

      Type Parameters

      • T extends Record<any, any>
      • TKeys extends (keyof T)[]

      Parameters

      Returns Omit<T, TKeys[number]>