fp-filters - v0.5.3
    Preparing search index...

    Function hasSameProp

    • Higher-order function. Returns a function that checks if the argument has the same specified prop (name and value) as a comparison object.

      Parameters

      • comparisonObject: object
      • propertyName: string

      Returns (arg: object) => boolean