UNPKG

@emmveqz/grpc-node-web

Version:

Exactly as @grpc/grpc-js but with web browser CORS capability

7 lines (6 loc) 141 B
export interface BytesValue { 'value'?: (Buffer | Uint8Array | string); } export interface BytesValue__Output { 'value': (Buffer); }