UNPKG
@push.rocks/smartxml
Version:
latest (2.0.0)
2.0.0
1.1.1
1.1.0
1.0.8
1.0.6
A package for creating and parsing XML formatted files.
code.foss.global/push.rocks/smartxml
@push.rocks/smartxml
/
ts
/
smartxml.plugins.ts
4 lines
(2 loc)
•
77 B
text/typescript
View Raw
1
2
3
4
import
*
as
fastXmlParser
from
'fast-xml-parser'
;
export
{ fastXmlParser };