Function isClass

  • Determines if the given instance is a class.

    Parameters

    • instance: unknown

      The instance to check.

    Returns boolean

    True if the instance is a class, false otherwise.

Generated using TypeDoc