初始化环境文件
This commit is contained in:
14
node_modules/fast-xml-parser/src/fxp.js
generated
vendored
Normal file
14
node_modules/fast-xml-parser/src/fxp.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
'use strict';
|
||||
|
||||
import { validate } from './validator.js';
|
||||
import XMLParser from './xmlparser/XMLParser.js';
|
||||
import XMLBuilder from './xmlbuilder/json2xml.js';
|
||||
|
||||
const XMLValidator = {
|
||||
validate: validate
|
||||
}
|
||||
export {
|
||||
XMLParser,
|
||||
XMLValidator,
|
||||
XMLBuilder
|
||||
};
|
||||
Reference in New Issue
Block a user