Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../././form-data/../stream-shift/../strtok3/./../protobufjs/src
الملفات الموجودة في هذا الـ Path:
.
..
common.js
converter.js
decoder.js
encoder.js
enum.js
field.js
index-light.js
index-minimal.js
index.js
mapfield.js
message.js
method.js
namespace.js
object.js
oneof.js
parse.js
reader.js
reader_buffer.js
root.js
roots.js
rpc
rpc.js
service.js
tokenize.js
type.js
types.js
typescript.jsdoc
util
util.js
verifier.js
wrappers.js
writer.js
writer_buffer.js

مشاهدة ملف: roots.js

"use strict";
module.exports = {};

/**
 * Named roots.
 * This is where pbjs stores generated structures (the option `-r, --root` specifies a name).
 * Can also be used manually to make roots available accross modules.
 * @name roots
 * @type {Object.<string,Root>}
 * @example
 * // pbjs -r myroot -o compiled.js ...
 *
 * // in another module:
 * require("./compiled.js");
 *
 * // in any subsequent module:
 * var root = protobuf.roots["myroot"];
 */