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.
16 lines
430 B
16 lines
430 B
(function(global, factory) { /* global define, require, module */
|
|
|
|
/* AMD */ if (typeof define === 'function' && define.amd)
|
|
define([$DEPENDENCY], factory);
|
|
|
|
/* CommonJS */ else if (typeof require === 'function' && typeof module === 'object' && module && module.exports)
|
|
module.exports = factory(require($DEPENDENCY));
|
|
|
|
})(this, function($protobuf) {
|
|
"use strict";
|
|
|
|
$OUTPUT;
|
|
|
|
return $root;
|
|
});
|