UNPKG

@emmveqz/grpc-node-web

Version:

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

12 lines (8 loc) 205 B
// Original file: null import type { Long } from '@grpc/proto-loader'; export interface Int64Value { 'value'?: (number | string | Long); } export interface Int64Value__Output { 'value': (string); }