Move the node dependency to protobuf.d.ts from tests

This commit is contained in:
Panu Horsmalahti
2015-01-02 15:51:20 +02:00
parent c8d2e04659
commit c8f3bc75d4
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
/// <reference path="protobuf.d.ts" />
/// <reference path="../node/node.d.ts" />
import ProtoBuf = require("protobufjs");

View File

@@ -3,6 +3,8 @@
// Definitions by: Panu Horsmalahti
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../node/node.d.ts" />
declare module ProtoBuf {
export interface IBuilder {
build: <T>() => T;