Returns true if the value is a user class only, as opposed to a "normal" functions OR non user-defined class, i.e the internal ones like Promise, Object, Array, Set, Map etc
@todo: improve guard, it results to Class
z.isClass
z.functionType
Returns true if the value is a user class only, as opposed to a "normal" functions OR non user-defined class, i.e the internal ones like Promise, Object, Array, Set, Map etc
@todo: improve guard, it results to Class
See
z.isClass
for the more inclusive onez.functionType
for the underlying function