Improved `is` functions
The is
functions have been improved to now infer a certain type after call. (eg. isString
infers that the given variable is a string
after returning true)
The is
functions have been improved to now infer a certain type after call. (eg. isString
infers that the given variable is a string
after returning true)