hanbaoshan
2020-10-30 3ba1f2423a7ef6d8f7c3282ca5f5293bc0da4b45
1
2
3
4
5
// This is mostly for support of the es6 module export
// syntax with the babel compiler, it looks like it doesnt support
// function exports like we are used to in node/commonjs
/* eslint-disable */
module.exports = require('./wfs.js').default;