CIA Compliance Manager API Documentation - v1.0.1
    Preparing search index...

    Variable hasProperty

    hasProperty: (obj: unknown, prop: string) => boolean

    Type Declaration

      • (obj: unknown, prop: string): boolean
      • Helper function to check if an object has a property

        Parameters

        • obj: unknown

          The object to check

        • prop: string

          The property to check for

        Returns boolean

        True if the object has the property