Documentation / @ripl/utilities / typeIsString
Function: typeIsString() ​
typeIsString(
value):value is string
Defined in: packages/utilities/src/type.ts:36
Checks whether a value is a string.
Parameters ​
| Parameter | Type |
|---|---|
value | unknown |
Returns ​
value is string