Plato on Github
Report Home
node_modules/when/node/function.js
Maintainability
90.82
Lines of code
8
Difficulty
8.55
Estimated Errors
0.05
Function weight
By Complexity
By SLOC
/** @license MIT License (c) copyright 2013 original author or authors */ /** * @author Brian Cavalier */ (function(define) { 'use strict'; define(function(require) { // DEPRECATED: Use when/node instead return require('../node'); }); }(typeof define === 'function' && define.amd ? define : function(factory) { module.exports = factory(require); }));