fix(core): update

This commit is contained in:
2020-10-24 16:39:37 +00:00
parent a6adf9b15e
commit 782eda7a6f
5 changed files with 41 additions and 6 deletions

View File

@@ -1,2 +1,5 @@
const removeme = {};
export { removeme };
import * as fastXmlParser from 'fast-xml-parser';
export {
fastXmlParser
};