UNPKG
@emmveqz/grpc-node-web
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
1.0.4
1.0.3
Exactly as @grpc/grpc-js but with web browser CORS capability
grpc.io
emmveqz/grpc-node-web
@emmveqz/grpc-node-web
/
build
/
src
/
generated
/
google
/
protobuf
/
Any.d.ts
10 lines
(9 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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
); }