• 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

    Description

    Checks if a subset exists in a base object

Generated using TypeDoc