demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/iconv-lite-0.4.24/lib/index.d.ts

Path
demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/iconv-lite-0.4.24/lib/index.d.ts
Status
scanned
Type
file
Name
index.d.ts
Extension
.ts
Programming language
TypeScript
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
982 (982 bytes)
MD5
083c701ad23d900ab019a2e094158898
SHA1
05c03c5e8eddf1cde570754d84084c33912bc40a
SHA256
73aaee6a7a9cf41fb2c67158f4bc218f9da27545ea55648b2c10ca2a9600ae15
SHA512

      
    
SHA1_git
0547eb346b24f470e041bdf67e15f5861e6c8d14
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
index.d.ts | 982 bytes |

/*--------------------------------------------------------------------------------------------- * 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; }
Detected license expression
mit
Detected license expression (SPDX)
MIT
Percentage of license text
5.75
Copyrights
- end_line: 2
  copyright: Copyright (c) Microsoft Corporation
  start_line: 2
Holders
- holder: Microsoft Corporation
  end_line: 2
  start_line: 2
Authors

      
    
License detections License expression License expression SPDX
mit-e634e936-0701-7555-bfaa-1fce0c174838 mit MIT
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/iconv-lite@0.4.24 mit JavaScript