plastikfan / jaxine

Another JSON to XML converter with inheritable attributes and custom element consolidation
MIT License
0 stars 0 forks source link

index.js exports is incorrect #6

Closed plastikfan closed 5 years ago

plastikfan commented 5 years ago

The export is currently setup to export just a single function. This does not scale. If another function were to be introduced, any downstream clients would have to change their require statement. This needs to be fixed before being published.

plastikfan commented 5 years ago

Branch fix-index-export