SILENT KILLERPanel

Current Path: > > usr > lib > node_modules > npm > > node_modules > > socks > typings > > common


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.8
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/lib/node_modules/npm//node_modules//socks/typings//common

NameTypeSizeLast ModifiedActions
constants.d.ts File 4230 bytes March 10 2021 14:36:36.
helpers.d.ts File 625 bytes March 10 2021 14:36:36.
receiveBuffer.d.ts File 317 bytes March 10 2021 14:36:36.
util.d.ts File 693 bytes March 10 2021 14:36:36.

Reading File: //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;
declare type RequireOnlyOne<T, Keys extends keyof T = keyof T> = Pick<T, Exclude<keyof T, Keys>> & {
    [K in Keys]?: Required<Pick<T, K>> & Partial<Record<Exclude<Keys, K>, undefined>>;
}[Keys];
export { RequireOnlyOne, SocksClientError, shuffleArray };

SILENT KILLER Tool