(input: unknown)
| 1345 | * import { Predicate } from "effect" |
| 1346 | * |
| 1347 | * const data: unknown = { then: () => {} } |
| 1348 | * |
| 1349 | * Predicate.isPromiseLike(data) // => true |
| 1350 | * ``` |
| 1351 | * |
| 1352 | * @see {@link isPromise} |
nothing calls this directly
no test coverage detected
searching dependent graphs…