* Get a batch key for the given request.
(entry: Request.Entry<A>)
| 84 | * Get a batch key for the given request. |
| 85 | */ |
| 86 | batchKey(entry: Request.Entry<A>): unknown |
| 87 | |
| 88 | /** |
| 89 | * An optional pre-check function that can be used to filter requests before |
no outgoing calls
no test coverage detected