(u: unknown)
| 38 | * @since 4.0.0 |
| 39 | */ |
| 40 | export const isReply = (u: unknown): u is Reply<Rpc.Any> => hasProperty(u, TypeId) |
| 41 | |
| 42 | /** |
| 43 | * Runtime reply sent for an RPC request, either as a final exit or a chunk of a |
no outgoing calls
no test coverage detected