The schema export should be renamed to something like X12schema, so devs never have to worry about renaming the variable when destructuring.
There are many other libs that have exports named Schema, this is pretty trivial to work around but there is no harm in renaming this to make life easier for devs.
Suggested change:
exports.Schema to exports.X12schema
The schema export should be renamed to something like X12schema, so devs never have to worry about renaming the variable when destructuring.
There are many other libs that have exports named Schema, this is pretty trivial to work around but there is no harm in renaming this to make life easier for devs.
Suggested change:
exports.Schema
toexports.X12schema