There is a index.js generated inside dist directory. Add it as an external script to any of your projects. Any method can be accessed on $ in in your code after embedding the bundled file.
For example you can use $.capitalize in your javascript to use capitalize method
The babelrc is used by jest for code transpilation.