node_modules/when/node/function.js

Maintainability

90.82

Lines of code

8

Created with Raphaël 2.1.002550751002015-1-52014-12-42014-12-3

2015-5-18
Maintainability: 90.82

Created with Raphaël 2.1.0024682015-1-52014-12-42014-12-3

2015-5-18
Lines of Code: 8

Difficulty

8.55

Estimated Errors

0.05

Function weight

By Complexity

Created with Raphaël 2.1.0<anonymous>1

By SLOC

Created with Raphaël 2.1.0<anonymous>8
1
/** @license MIT License (c) copyright 2013 original author or authors */
2
 
3
/**
4
 * @author Brian Cavalier
5
 */
6
(function(define) { 'use strict';
7
define(function(require) {
8
 
9
    // DEPRECATED: Use when/node instead
10
    return require('../node');
11
 
12
});
13
}(typeof define === 'function' && define.amd ? define : function(factory) { module.exports = factory(require); }));