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/path-exists/../duplexify/./.././debug/../domutils/../cheerio/../negotiator/../socket.io/../express/../@whiskeysockets/../ws/../cheerio-select/../methods/../dotenv/../boolbase/.././destroy/../validator/../@eshaz/../qrcode-terminal/././../long/../boolbase/../dotenv/../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

مشاهدة ملف: index-minimal.js

"use strict";
var protobuf = exports;

/**
 * Build type, one of `"full"`, `"light"` or `"minimal"`.
 * @name build
 * @type {string}
 * @const
 */
protobuf.build = "minimal";

// Serialization
protobuf.Writer       = require("./writer");
protobuf.BufferWriter = require("./writer_buffer");
protobuf.Reader       = require("./reader");
protobuf.BufferReader = require("./reader_buffer");

// Utility
protobuf.util         = require("./util/minimal");
protobuf.rpc          = require("./rpc");
protobuf.roots        = require("./roots");
protobuf.configure    = configure;

/* istanbul ignore next */
/**
 * Reconfigures the library according to the environment.
 * @returns {undefined}
 */
function configure() {
    protobuf.util._configure();
    protobuf.Writer._configure(protobuf.BufferWriter);
    protobuf.Reader._configure(protobuf.BufferReader);
}

// Set up buffer utility according to the environment
configure();