tastypackets / x12-parser

JavaScript EDI Parser that uses datastreams
MIT License
43 stars 9 forks source link

Rename schema export #4

Closed tastypackets closed 1 year ago

tastypackets commented 5 years ago

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