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 = proto3_target;
  3. var protobuf = require("../..");
  4. proto3_target.description = "Protocol Buffers, Version 3";
  5. function proto3_target(root, options, callback) {
  6. require("./proto")(root, protobuf.util.merge(options, { syntax: "proto3" }), callback);
  7. }