blob: 397b5678fda0417fda3700ff1a436d73de48c7cd [file] [log] [blame]
"use strict";
module.exports = proto3_target;
var protobuf = require("protobufjs");
proto3_target.description = "Protocol Buffers, Version 3";
function proto3_target(root, options, callback) {
require("./proto")(root, protobuf.util.merge(options, { syntax: "proto3" }), callback);
}