Order imports correctly

This commit is contained in:
Bjørn 2017-10-06 20:25:43 +02:00
parent 11307ac0a6
commit a026502019
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
declare module "grpc" {
import { Message, Service } from "protobufjs";
import { SecureContext } from "tls";
import { Duplex, Readable, Writable } from "stream";
import { SecureContext } from "tls";
/**
* Load a ProtoBuf.js object as a gRPC object.