Skip to content

Commit b8dc25a

Browse files
Exporting xmlEscapeText to be used in interactive tests.
1 parent d10f585 commit b8dc25a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export { XPath } from './src/xpath';
22
export { Xslt } from './src/xslt';
33
export { xmlParse } from './src/dom';
4+
export { xmlEscapeText } from './src/dom/util';
45
export { ExprContext } from './src/xpath';

0 commit comments

Comments
 (0)