@types/iconv
Advanced tools
Comparing version
@@ -8,6 +8,6 @@ // Type definitions for iconv 3.0 | ||
import { Stream } from 'stream'; | ||
import { Stream } from "stream"; | ||
interface Static { | ||
new (fromEncoding: string, toEncoding: string): Iconv; | ||
new(fromEncoding: string, toEncoding: string): Iconv; | ||
(fromEncoding: string, toEncoding: string): Iconv; | ||
@@ -14,0 +14,0 @@ prototype: Iconv; |
{ | ||
"name": "@types/iconv", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for iconv", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iconv", | ||
}, | ||
"typesPublisherContentHash": "e40fde15574a397d270d9f02ad64bd12f59a2df4c2833238f55a8c090110d1ff", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "4f41d247cd7d2593222de0ca565bac9815b1b3bd502490819114a08a702bba29", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -18,6 +18,6 @@ # Installation | ||
import { Stream } from 'stream'; | ||
import { Stream } from "stream"; | ||
interface Static { | ||
new (fromEncoding: string, toEncoding: string): Iconv; | ||
new(fromEncoding: string, toEncoding: string): Iconv; | ||
(fromEncoding: string, toEncoding: string): Iconv; | ||
@@ -45,3 +45,3 @@ prototype: Iconv; | ||
### Additional Details | ||
* Last updated: Thu, 23 Dec 2021 23:34:51 GMT | ||
* Last updated: Tue, 26 Sep 2023 14:36:22 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -48,0 +48,0 @@ * Global values: none |
4329
-0.05%