Plato on Github
Report Home
node_modules/wire/lib/invoker.js
Maintainability
93.47
Lines of code
11
Difficulty
9.82
Estimated Errors
0.06
Function weight
By Complexity
By SLOC
(function(define) { define(function() { return function(methodName, args) { return function(target) { return target[methodName].apply(target, args); }; }; }); })(typeof define === 'function' && define.amd ? define : function(factory) { module.exports = factory(); });