mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #1385 from mdouglass/patch-1
Export MetadataValue as part of the public API #1383
This commit is contained in:
commit
fd7c0a6efa
@ -45,7 +45,7 @@ import {
|
||||
Serialize,
|
||||
ServiceDefinition,
|
||||
} from './make-client';
|
||||
import { Metadata } from './metadata';
|
||||
import { Metadata, MetadataValue } from './metadata';
|
||||
import {
|
||||
Server,
|
||||
UntypedHandleCall,
|
||||
@ -188,7 +188,7 @@ export const credentials = mixin(
|
||||
|
||||
/**** Metadata ****/
|
||||
|
||||
export { Metadata };
|
||||
export { Metadata, MetadataValue };
|
||||
|
||||
/**** Constants ****/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user