Last updated 2 years ago
[string/Type tester]
Tells whether the input is a string.
Keywords: string, tester, is string
data: any
any
The value to be tested.
is string: boolean
boolean
Sends true if the data is a string, false otherwise.