Returns the string 'null'.
'null'
null
Returns the string 'undefined'.
'undefined'
undefined
Returns the given string as is.
the string to return
Returns the result of the toString() method on the given value.
toString()
the value to transform into a string
Generated using TypeDoc
Returns the string
'null'
.