The value to check.
true whether the value is a string.
true
import { isString } from '@untemps/utils/string/isString'isString('foo') // trueisString(42) // false Copy
import { isString } from '@untemps/utils/string/isString'isString('foo') // trueisString(42) // false
The value to check.