(input: unknown)
| 1315 | * import { Predicate } from "effect" |
| 1316 | * |
| 1317 | * const data: unknown = Promise.resolve(1) |
| 1318 | * |
| 1319 | * Predicate.isPromise(data) // => true |
| 1320 | * ``` |
| 1321 | * |
| 1322 | * @see {@link isPromiseLike} |
nothing calls this directly
no test coverage detected
searching dependent graphs…