TyphonJS Runtime Library (FVTT) 0.3.0
#runtime/util/predicate
isString
Function isString
isString
(
value
:
unknown
)
:
value
is
string
Determines if the given value is a string.
Parameters
value
:
unknown
Value to test.
Returns
value
is
string
True if the value is a string.
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.3.0
Determines if the given value is a string.