(input: unknown)
| 332 | * @since 2.0.0 |
| 333 | */ |
| 334 | export const isString = (input: unknown): input is string => typeof input === "string" |
| 335 | |
| 336 | /** |
| 337 | * A refinement that checks if a value is a `number`. |
no outgoing calls
no test coverage detected
searching dependent graphs…