# Functions
CheckServerVersion implements a gRPC unary interceptor that requests the server version from SpiceDB and, if found, compares it to the current released version.
ConcurrentBatch will calculate the minimum number of batches to required to batch n items with batchSize batches.
LogDispatchTrailers implements a gRPC unary interceptor that logs the dispatch metadata that is present in response trailers from SpiceDB.
StreamLogDispatchTrailers implements a gRPC stream interceptor that logs the dispatch metadata that is present in response trailers from SpiceDB.
# Type aliases
EachFunc is a callback function that is called for each batch.