mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
174b7072b7
Signed-off-by: Nathan Sobo <nathan@github.com>
4 lines
60 B
CoffeeScript
4 lines
60 B
CoffeeScript
module.exports = ->
|
|
emit("some-event", 1, 2, 3)
|
|
'hello'
|