PHP 8.2.30
Preview: util.d.ts Size: 480 B
/opt/alt/alt-nodejs11/root/usr/lib/node_modules/npm/node_modules/socks/typings/common/util.d.ts

import { SocksClientOptions, SocksClientChainOptions } from './constants';
/**
 * Error wrapper for SocksClient
 */
declare class SocksClientError extends Error {
    options: SocksClientOptions | SocksClientChainOptions;
    constructor(message: string, options: SocksClientOptions | SocksClientChainOptions);
}
/**
 * Shuffles a given array.
 * @param array The array to shuffle.
 */
declare function shuffleArray(array: any[]): void;
export { SocksClientError, shuffleArray };

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
3.95 KB lrw-r--r-- 2021-10-19 09:47:56
Edit Download
625 B lrw-r--r-- 2021-10-19 09:47:56
Edit Download
320 B lrw-r--r-- 2021-10-19 09:47:56
Edit Download
480 B lrw-r--r-- 2021-10-19 09:47:56
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).