PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/bytebuffer/src/methods/static

Просмотр файла: isByteBuffer.js

/**
 * Tests if the specified type is a ByteBuffer.
 * @param {*} bb ByteBuffer to test
 * @returns {boolean} `true` if it is a ByteBuffer, otherwise `false`
 * @expose
 */
ByteBuffer.isByteBuffer = function(bb) {
    return (bb && bb["__isByteBuffer__"]) === true;
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!