UNPKG

@emmveqz/grpc-node-web

Version:

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

11 lines (7 loc) 143 B
// Original file: null export interface UInt32Value { 'value'?: (number); } export interface UInt32Value__Output { 'value': (number); }