(input: unknown)
| 734 | * |
| 735 | * Uses `typeof input === "function"`. |
| 736 | * |
| 737 | * **Example** (Guarding functions) |
| 738 | * |
| 739 | * ```ts import.meta.vitest |
| 740 | * import { Predicate } from "effect" |
| 741 | * |
no outgoing calls
no test coverage detected
searching dependent graphs…