UNPKG

@emmveqz/grpc-node-web

Version:

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

10 lines (9 loc) 239 B
import type { AnyExtension } from '@grpc/proto-loader'; export type Any = AnyExtension | { type_url: string; value: Buffer | Uint8Array | string; }; export interface Any__Output { 'type_url': (string); 'value': (Buffer); }