Parse

File Parse functions/rel.js

This runs the server-side parser and regenerates the documentation tree for this source file.

Source

            
const rel = function(value) {
    return function relCaller(p, k) {
        // console.log('Call once')
        return p[k] + this.value
    }.bind({value})
}


copy