Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.
|
12345678910111213141516171819 |
- # events [](https://travis-ci.org/Gozala/events)
-
- Node's event emitter for all engines.
-
- ## Install ##
-
- ```
- npm install events
- ```
-
- ## Require ##
-
- ```javascript
- var EventEmitter = require('events').EventEmitter
- ```
-
- ## Usage ##
-
- See the [node.js event emitter docs](http://nodejs.org/api/events.html)
|