@jdalton/simple-xml-to-json
Advanced tools
Comparing version
@@ -25,3 +25,3 @@ { | ||
"license": "MIT", | ||
"version": "1.2.11", | ||
"version": "1.2.12", | ||
"author": "John-David <john.david.dalton@gmail.com>", | ||
@@ -28,0 +28,0 @@ "main": "lib/simpleXmlToJson.min.js", |
@@ -17,3 +17,3 @@ declare module '@jdalton/simple-xml-to-json' { | ||
export function convertXML(xmlAsString: string, options?: ConvertXMLOptions) : JSON_LD_Object; | ||
export function createAST(xmlAsString: string, options?: ConvertASTOptions): JSON_LD_Object; | ||
export function createAST(xmlAsString: string, options?: ConvertASTOptions): XMLRootNode; | ||
@@ -26,3 +26,3 @@ export type JSON_LD_Array = JSON_LD_Value[] | ||
type: string | ||
value: string | JSON_LD_Object | ||
value: any | ||
} | ||
@@ -29,0 +29,0 @@ export type XMLChildNode = XMLElementNode | XMLContentNode |
40568
-0.06%