Function isUserLandClass

  • Determine whether the given value is a user defined class that can be called with the "new" keyword.

    Type Parameters

    • T extends (new (...args) => any)

    Parameters

    • value: any

    Returns value is T

Generated using TypeDoc