SILENT KILLERPanel

Current Path: > > usr > lib > node_modules > npm > > node_modules > > iconv-lite > lib


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//iconv-lite/lib

NameTypeSizeLast ModifiedActions
bom-handling.js File 1109 bytes March 10 2021 14:36:39.
extend-node.js File 8701 bytes March 10 2021 14:36:39.
index.d.ts File 982 bytes March 10 2021 14:36:39.
index.js File 5123 bytes March 10 2021 14:36:39.
streams.js File 3387 bytes March 10 2021 14:36:39.

Reading File: //usr/lib/node_modules/npm//node_modules//iconv-lite/lib/index.d.ts

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License.
 *  REQUIREMENT: This definition is dependent on the @types/node definition.
 *  Install with `npm install @types/node --save-dev`
 *--------------------------------------------------------------------------------------------*/

declare module 'iconv-lite' {
	export function decode(buffer: Buffer, encoding: string, options?: Options): string;

	export function encode(content: string, encoding: string, options?: Options): Buffer;

	export function encodingExists(encoding: string): boolean;

	export function decodeStream(encoding: string, options?: Options): NodeJS.ReadWriteStream;

	export function encodeStream(encoding: string, options?: Options): NodeJS.ReadWriteStream;
}

export interface Options {
    stripBOM?: boolean;
    addBOM?: boolean;
    defaultEncoding?: string;
}

SILENT KILLER Tool