6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
import * as fastXmlParser from 'fast-xml-parser';
|
|
|
|
export {
|
|
fastXmlParser
|
|
};
|