disposable
```javascript
Last updated 13 years ago by architectd .
Original npm · Tarball · package.json
$ cnpm install disposable 
SYNC missed versions from official npm registry.

var disposable = require("disposable")(),
EventEmitter = require("events").EventEmitter,
em = new EventEmitter();


disposable.addTimeout(setTimeout(function() {
	
}, 500));

disposable.addInterval(setInterval(function() {
	
}, 500));


disposable.add(em.on("end", function(){}),
em.on("test", function(){}));

Current Tags

  • 0.0.5                                ...           latest (13 years ago)

5 Versions

  • 0.0.5                                ...           13 years ago
  • 0.0.4                                ...           13 years ago
  • 0.0.3                                ...           13 years ago
  • 0.0.2                                ...           13 years ago
  • 0.0.1                                ...           14 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 2
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (3)

Copyright 2013 - present © cnpmjs.org | Home |