index.js 225 B

12345
  1. // This is mostly for support of the es6 module export
  2. // syntax with the babel compiler, it looks like it doesnt support
  3. // function exports like we are used to in node/commonjs
  4. module.exports = require('./wfs.js').default;