Simple EventEmitter

emit and receive events!

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://updategreasyfork.deno.dev/scripts/426233/948861/Simple%20EventEmitter.js

نووسەر
Nuro#9818
وەشان
0.0.1.20210709192810
Created
2021-05-09
Updated
2021-07-09
Size
869 Bytes
مۆڵەت
نییە

Example usage:

var EventEmitter = require('events')

var e = new EventEmitter()
e.on('message', function (text) {
  console.log(text)
})
e.emit('message', 'hello world')

If you have any questions, here's my Discord:
Stew#4055