UNPKG

@emmveqz/grpc-node-web

Version:

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

7 lines (6 loc) 130 B
export interface DoubleValue { 'value'?: (number | string); } export interface DoubleValue__Output { 'value': (number); }