X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/socks/build/common
lib
/
node_modules
/
npm
/
node_modules
/
socks
/
build
/
common
/
ðŸ“
..
📄
constants.js
(6.34 KB)
📄
constants.js.map
(2.16 KB)
📄
helpers.js
(3.85 KB)
📄
helpers.js.map
(2.67 KB)
📄
receivebuffer.js
(1.5 KB)
📄
receivebuffer.js.map
(1.57 KB)
📄
util.js
(638 B)
📄
util.js.map
(648 B)
Editing: util.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Error wrapper for SocksClient */ class SocksClientError extends Error { constructor(message, options) { super(message); this.options = options; } } exports.SocksClientError = SocksClientError; /** * Shuffles a given array. * @param array The array to shuffle. */ function shuffleArray(array) { for (let i = array.length - 1; i > 0; i--) { let j = Math.floor(Math.random() * (i + 1)); [array[i], array[j]] = [array[j], array[i]]; } } exports.shuffleArray = shuffleArray; //# sourceMappingURL=util.js.map
Upload File
Create Folder