(input: unknown)
| 537 | * |
| 538 | * **Example** (Guarding strings) |
| 539 | * |
| 540 | * ```ts import.meta.vitest |
| 541 | * import { Predicate } from "effect" |
| 542 | * |
| 543 | * const data: unknown = "hi" |
| 544 | * |
no outgoing calls
no test coverage detected
searching dependent graphs…