Skip to content

Commit 93b1a2f

Browse files
authored
Merge pull request #949 from CyrusNajmabadi/patch-1
Fix 'noImplicitAny' issue with declaration file.
2 parents 6b24e57 + 26e30ab commit 93b1a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-native-core/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ declare module "grpc" {
579579
* These options only have any effect when passed at the beginning of
580580
* a client request.
581581
*/
582-
setOptions(options: MetadataOptions);
582+
setOptions(options: MetadataOptions): void;
583583
}
584584

585585
export type MetadataValue = string | Buffer;

0 commit comments

Comments
 (0)