isCallableForValue
function
types.isConstructor(obj)
Returns true if obj looks like a function that should be read to get a value.
Returns
{Boolean}:
true if the object should be called for a value.
types.isConstructor(obj)
Returns true if obj looks like a function that should be read to get a value.
{Boolean}:
true if the object should be called for a value.