mirror of https://github.com/grpc/grpc-node.git
Move EventEmitter inside declare module "grpc"
This commit is contained in:
parent
eef80c6dd0
commit
24a14d7f04
|
@ -1,4 +1,3 @@
|
|||
import { EventEmitter } from "events";
|
||||
|
||||
/*
|
||||
* Copyright 2019 gRPC authors.
|
||||
|
@ -19,6 +18,7 @@ import { EventEmitter } from "events";
|
|||
|
||||
declare module "grpc" {
|
||||
import { Message, Service as ProtobufService } from "protobufjs";
|
||||
import { EventEmitter } from "events";
|
||||
import { Duplex, Readable, Writable } from "stream";
|
||||
import { SecureContext } from "tls";
|
||||
|
||||
|
|
Loading…
Reference in New Issue