Plato on Github
Report Home
lib/grunt/event.js
Maintainability
75.20
Lines of code
7
Difficulty
4.28
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
/* * grunt * http://gruntjs.com/ * * Copyright (c) 2013 "Cowboy" Ben Alman * Licensed under the MIT license. * https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT */ 'use strict'; // External lib. var EventEmitter2 = require('eventemitter2').EventEmitter2; // Awesome. module.exports = new EventEmitter2({wildcard: true});