説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

default.js 430B

123456789101112131415
  1. (function(global, factory) { /* global define, require, module */
  2. /* AMD */ if (typeof define === 'function' && define.amd)
  3. define([$DEPENDENCY], factory);
  4. /* CommonJS */ else if (typeof require === 'function' && typeof module === 'object' && module && module.exports)
  5. module.exports = factory(require($DEPENDENCY));
  6. })(this, function($protobuf) {
  7. "use strict";
  8. $OUTPUT;
  9. return $root;
  10. });