for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
//var index = require("./dist/index");
const c = require("./src/MVC/themes/assets/js/app.js");
c
for (var i in this) {
if (
(typeof this[i]).toString() == "function" &&
this[i].toString().indexOf("native") == -1
) {
console.log(this[i].name);
console.log
}