Skip to content

Commit

Permalink
Merge pull request #959 from CapOM/fix_typescript
Browse files Browse the repository at this point in the history
Fix 'noImplicitAny' issue with declaration file.
  • Loading branch information
murgatroid99 authored Jul 10, 2019
2 parents 8a845d4 + 85f82f8 commit 70e8511
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 70e8511

Please sign in to comment.