Plato on Github
Report Home
node_modules/wire/lib/plugin/defaultPlugins.js
Maintainability
92.62
Lines of code
10
Difficulty
9.50
Estimated Errors
0.05
Function weight
By Complexity
By SLOC
/** * defaultPlugins * @author: brian */ (function(define) { define(function(require) { return [ require('./wirePlugin'), require('./basePlugin') ]; }); }(typeof define === 'function' ? define : function(factory) { module.exports = factory(require); }));