Function isInstantiableOf

  • Returns true if the given value is instantiable and, once instantiated, will create an instance of the given static class.

    Type Parameters

    • T

    Parameters

    • what: unknown
    • type: any

    Returns what is Instantiable<T>