namespacesobjectfunctionsFunction: isString()On this pageFunction: isString() isString(value): value is string A type predicate for the primitive string. Parameters • value: unknown Any value Returns value is string true if the value is a primitive string. Defined in src/types.ts:19