Skip to content

lucygilbert/minimitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimitter

A mini event emitter.

Installation

npm install minimitter

Usage

var Minimitter = require('minimitter');
var emitter = new Minimitter()

Development and testing

Run npm install to get the dependencies. Run jasmine to run the Jasmine tests.