D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cpanel
/
ea-nodejs10
/
lib
/
node_modules
/
npm
/
node_modules
/
iconv-lite
/
lib
/
Filename :
index.d.ts
back
Copy
/*--------------------------------------------------------------------------------------------- * 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; }
Name
Size
Last Modified
Owner
Permissions
Actions
bom-handling.js
1.083
KB
September 13 2023 2:48:05
root
0644
extend-node.js
8.497
KB
September 13 2023 2:48:05
root
0644
index.d.ts
0.959
KB
September 13 2023 2:48:05
root
0644
index.js
5.003
KB
September 13 2023 2:48:05
root
0644
streams.js
3.308
KB
September 13 2023 2:48:05
root
0644
2017 © D7net | D704T team