Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Object.isString

isString() -> boolean

Description

Returns true if the variable is a String.

'abc 123'.isString()
//= true

See Also