pug-php/js-phpize

View on GitHub
examples/method.js

Summary

Maintainability
A
0 mins
Test Coverage
foo = {
    bar: 2 * 4
};

return foo.bar;