Skip to content

Commit 341b582

Browse files
authored
Add missing exports to fxp commonjs types (#782)
Similar to PR #744, the commonjs version of types need to export types.
1 parent 753e770 commit 341b582

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

lib/fxp.d.cts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,13 @@ declare namespace fxp {
451451
XMLParser,
452452
XMLValidator,
453453
XMLBuilder,
454-
XMLMetaData
454+
XMLMetaData,
455+
XmlBuilderOptions,
456+
X2jOptions,
457+
ESchema,
458+
ValidationError,
459+
strnumOptions,
460+
validationOptions,
455461
}
456462
}
457463

0 commit comments

Comments
 (0)