Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910
  1. "use strict";
  2. module.exports = proto2_target;
  3. var protobuf = require("../..");
  4. proto2_target.description = "Protocol Buffers, Version 2";
  5. function proto2_target(root, options, callback) {
  6. require("./proto")(root, protobuf.util.merge(options, { syntax: "proto2" }), callback);
  7. }