Skip to content

Commit 55a1c6d

Browse files
committed
feat: ✨ add latest exports by xml-dom
1 parent 8abe386 commit 55a1c6d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/index.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
export { MIME_TYPE, NAMESPACE } from '@xmldom/xmldom';
1+
export {
2+
Attr,
3+
Document,
4+
DOMImplementation,
5+
DOMParser,
6+
Element,
7+
MIME_TYPE,
8+
NAMESPACE,
9+
Node,
10+
onErrorStopParsing,
11+
Text,
12+
XMLSerializer,
13+
} from '@xmldom/xmldom';
214
export * from '#src/dom';
315
export * from '#src/utils/number';
416
export * from '#src/utils/xml';

0 commit comments

Comments
 (0)