We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
X2jOptions
1 parent c20fbd6 commit b9aef04Copy full SHA for b9aef04
1 file changed
lib/fxp.d.cts
@@ -54,7 +54,7 @@ type ProcessEntitiesOptions = {
54
tagFilter?: ((tagName: string, jPath: string) => boolean) | null;
55
};
56
57
-export type X2jOptions = {
+type X2jOptions = {
58
/**
59
* Preserve the order of tags in resulting JS object
60
*
0 commit comments