-
-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
Description
This library is for node but we used it in browser as well.
The only issue we have is that currently library supposed to work on node@6+ and up and as result some of the code throws errors in older browsers (IE, etc) since it contains new ES6 syntax.
I think it can be configured to support browsers by few lines of code in .babelrc.
I can create PR for that