ezyVet Javascript Helper Library Documentation
    Preparing search index...

    Function doesObjectContainThisSubset

    • Parameters

      • baseObject: Record<string, unknown>

        The base object that may contain the subset

      • subset: Record<string, unknown>

        What is expected to exist in the baseObject

      Returns boolean

      Whether or not the subset exists in the baseObject

      Checks if a subset exists in a base object