Merge pull request #1385 from mdouglass/patch-1

Export MetadataValue as part of the public API #1383
This commit is contained in:
Michael Lumish 2020-04-23 12:47:35 -07:00 committed by GitHub
commit fd7c0a6efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ****/