Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 312 Bytes

.verb.md

File metadata and controls

15 lines (9 loc) · 312 Bytes

Attribution

This is based on [component-emitter][], with some changes and a couple of new methods. That project seems to no longer be maintained.

Usage

Add to your node.js project with the following line of code:

var Emitter = require('{%= pkg.name %}');

API

{%= apidocs("index.js") %}