(input: unknown)
| 373 | * @since 2.0.0 |
| 374 | */ |
| 375 | export const isBoolean = (input: unknown): input is boolean => typeof input === "boolean" |
| 376 | |
| 377 | /** |
| 378 | * A refinement that checks if a value is a `bigint`. |
no outgoing calls
no test coverage detected
searching dependent graphs…