(u: unknown)
| 50 | * @categories refinements |
| 51 | */ |
| 52 | export const isFiberHandle = (u: unknown): u is FiberHandle => Predicate.hasProperty(u, TypeId) |
| 53 | |
| 54 | const Proto = { |
| 55 | [TypeId]: TypeId, |
no outgoing calls
no test coverage detected
searching dependent graphs…