UNPKG

@grpc/grpc-js

Version:

gRPC Library for Node - pure JS implementation

6 lines (5 loc) 94 B
export declare enum CompressionAlgorithms { identity = 0, deflate = 1, gzip = 2 }