vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Function filterKeys

    • Filter all keys matching the filter function and create a shallow clone of the object without the filtered keys

      Type Parameters

      • TOut extends object = object
      • TIn extends object = object

      Parameters

      • obj: TIn

        object to filter the keys from

      • filterFn: (key: string) => any

        filter function

      Returns TOut