GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
285 B

2 months ago
  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. }