@types/xml
Advanced tools
Comparing version 1.0.7 to 1.0.8
// Type definitions for xml 1.0 | ||
// Project: https://github.com/dylang/node-xml | ||
// Definitions by: Jianrong Yu <https://github.com/YuJianrong> | ||
// Semyon Fomin <https://github.com/semyonf> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -56,3 +57,3 @@ | ||
xmlObject: xml.XmlObject | xml.XmlObject[], | ||
options: { stream: true; indent?: string | undefined }, | ||
options: { stream: true } & xml.Option, | ||
): NodeJS.ReadableStream; | ||
@@ -59,0 +60,0 @@ declare function xml(xmlObject?: xml.XmlObject | xml.XmlObject[], options?: boolean | string | xml.Option): string; |
{ | ||
"name": "@types/xml", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "TypeScript definitions for xml", | ||
@@ -12,2 +12,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xml", | ||
"githubUsername": "YuJianrong" | ||
}, | ||
{ | ||
"name": "Semyon Fomin", | ||
"url": "https://github.com/semyonf", | ||
"githubUsername": "semyonf" | ||
} | ||
@@ -26,4 +31,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "e67724d687377fbe7825aa2824cdce7a0f784578799bf9a99f66ee2851654718", | ||
"typesPublisherContentHash": "40fc0ef989998be3b90427a1b6724f914ceb5619ef74699f2674301bab57d2cc", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -14,2 +14,3 @@ # Installation | ||
// Definitions by: Jianrong Yu <https://github.com/YuJianrong> | ||
// Semyon Fomin <https://github.com/semyonf> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -67,3 +68,3 @@ | ||
xmlObject: xml.XmlObject | xml.XmlObject[], | ||
options: { stream: true; indent?: string | undefined }, | ||
options: { stream: true } & xml.Option, | ||
): NodeJS.ReadableStream; | ||
@@ -77,3 +78,3 @@ declare function xml(xmlObject?: xml.XmlObject | xml.XmlObject[], options?: boolean | string | xml.Option): string; | ||
### Additional Details | ||
* Last updated: Thu, 16 Dec 2021 22:32:10 GMT | ||
* Last updated: Tue, 18 Jan 2022 20:31:26 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -83,2 +84,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Jianrong Yu](https://github.com/YuJianrong). | ||
These definitions were written by [Jianrong Yu](https://github.com/YuJianrong), and [Semyon Fomin](https://github.com/semyonf). |
6526
54
82