mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-08 06:42:22 +08:00
Move the node dependency to protobuf.d.ts from tests
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/// <reference path="protobuf.d.ts" />
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
|
||||
import ProtoBuf = require("protobufjs");
|
||||
|
||||
|
||||
2
protobuf/protobuf.d.ts
vendored
2
protobuf/protobuf.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user