Skip to content

Commit

Permalink
Merge pull request #949 from CyrusNajmabadi/patch-1
Browse files Browse the repository at this point in the history
Fix 'noImplicitAny' issue with declaration file.
  • Loading branch information
murgatroid99 authored Jul 9, 2019
2 parents 6b24e57 + 26e30ab commit 93b1a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-native-core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ declare module "grpc" {
* These options only have any effect when passed at the beginning of
* a client request.
*/
setOptions(options: MetadataOptions);
setOptions(options: MetadataOptions): void;
}

export type MetadataValue = string | Buffer;
Expand Down

0 comments on commit 93b1a2f

Please sign in to comment.