casbin-hub
casbin-hub copied to clipboard
Replace regular JS functions with ES6 arrow functions.
ES6 arrow function has a simple syntax. Also, we don't need to bind this for every function within the code if we use the arrow function instead of regular function.
Wait, developing.