Documentation
    Preparing search index...

    Function hasPropertyT

    • Check if an object contains the property and the type of the property value is T

      Type Parameters

      • Obj extends object
      • T

      Parameters

      • obj: Obj
      • property: string
      • isT: (t: unknown) => t is T

      Returns boolean