isString
Basic usage
Pass in a value and get a boolean telling you if the value is a string.
import { isString } from 'radash'
isString('hello') // => trueisString(['hello']) // => false
Pass in a value and get a boolean telling you if the value is a string.
import { isString } from 'radash'
isString('hello') // => trueisString(['hello']) // => false