UNPKG

that

Version:

Advanced Node.js framework featuring Evented Evolution Engine, Seamless State Sharing, and Plugin-optimized Operation

7 lines (6 loc) 189 B
// that.js // copyright (c) 2012 Carlos Rodriguez // MIT Licensed // **** BEGIN IMPLEMENTATION **** module.exports = new(require('events').EventEmitter); module.exports.setMaxListeners(0);