Plato on Github
Report Home
node_modules/when/unfold.js
Maintainability
93.13
Lines of code
10
Difficulty
8.55
Estimated Errors
0.05
Function weight
By Complexity
By SLOC
/** @license MIT License (c) copyright B Cavalier & J Hann */ /** * unfold * @author: brian@hovercraftstudios.com */ (function(define) { define(function(require) { /** * @deprecated Use when.unfold */ return require('./when').unfold; }); })(typeof define === 'function' && define.amd ? define : function (factory) { module.exports = factory(require); } );