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

Object.isTypeString

isTypeString() -> boolean

Description

Returns true if the variable is a TypeString.

$sql = sql'select & from users'

$sql.isTypeString()
//= true

$sql.stringType()
//= 'sql'

See Also