We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f18453 commit 46ec820Copy full SHA for 46ec820
1 file changed
cli/pbts.js
@@ -98,7 +98,7 @@ exports.main = function(args, callback) {
98
if (argv.name !== "protobufjs")
99
output.push(
100
"",
101
- "import { Reader, Writer } from \"protobufjs\";",
+ "import { Reader, Writer, Method } from \"protobufjs\";",
102
""
103
);
104
output = output.join('\n') + "\n" + out.join('');
0 commit comments