diff --git a/protobuf/protobuf-tests.ts b/protobuf/protobuf-tests.ts index 077522900..7b910d380 100644 --- a/protobuf/protobuf-tests.ts +++ b/protobuf/protobuf-tests.ts @@ -1,5 +1,4 @@ /// -/// import ProtoBuf = require("protobufjs"); diff --git a/protobuf/protobuf.d.ts b/protobuf/protobuf.d.ts index 5e758e7a4..f300beb54 100644 --- a/protobuf/protobuf.d.ts +++ b/protobuf/protobuf.d.ts @@ -3,6 +3,8 @@ // Definitions by: Panu Horsmalahti // Definitions: https://github.com/borisyankov/DefinitelyTyped +/// + declare module ProtoBuf { export interface IBuilder { build: () => T;