API reference@react-form-builder/coreFunctionsisStringOn this pageFunction: isString() isString(value): value is string Type predicate, asserts that the value is a string. Internal use only. Parameters • value: any the value. Returns value is string true if the value is a string, false otherwise.