smartxml/ts/smartxml.plugins.ts

6 lines
79 B
TypeScript
Raw Permalink Normal View History

2020-10-24 16:39:37 +00:00
import * as fastXmlParser from 'fast-xml-parser';
export {
fastXmlParser
};