mirror of https://github.com/grpc/grpc-node.git
Order imports correctly
This commit is contained in:
parent
11307ac0a6
commit
a026502019
|
|
@ -1,7 +1,7 @@
|
||||||
declare module "grpc" {
|
declare module "grpc" {
|
||||||
import { Message, Service } from "protobufjs";
|
import { Message, Service } from "protobufjs";
|
||||||
import { SecureContext } from "tls";
|
|
||||||
import { Duplex, Readable, Writable } from "stream";
|
import { Duplex, Readable, Writable } from "stream";
|
||||||
|
import { SecureContext } from "tls";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load a ProtoBuf.js object as a gRPC object.
|
* Load a ProtoBuf.js object as a gRPC object.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue