Open ORESoftware opened 6 years ago
@ORESoftware
If we were to make require('js-beautify').beautify
it would need to return the same thing as require('js-beautify')
. And we'd need to add tests for that import style.
Other than that, seems reasonable. PR welcome.
In the readme, for programmatic usage, I see these two exports:
...why not do this for the programmatic API?
so that users can do this:
or