pug-php/js-phpize

View on GitHub
examples/function.js

Summary

Maintainability
A
0 mins
Test Coverage
biz = function biz(str) {
    return str;
};

foo = [1, 2, 3];
bar = 1;

return biz(implode(' - ', array_slice(foo, bar)));