PHP 8.2.30
Preview: index.d.ts Size: 982 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/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;
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
1.08 KB lrw-r--r-- 2026-02-03 15:30:46
Edit Download
8.50 KB lrw-r--r-- 2026-02-03 15:30:46
Edit Download
982 B lrw-r--r-- 2026-02-03 15:30:46
Edit Download
5.00 KB lrw-r--r-- 2026-02-03 15:30:46
Edit Download
3.31 KB lrw-r--r-- 2026-02-03 15:30:46
Edit Download

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