1.0.5 • Published 8 months ago

ixevent v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

simple event emitter

import ixevent from "ixevent";

const event = ixevent<{ hello: string }>();

const unlisten = event.listen((value) => {
  console.log(value);
});

event.send({ hello: "ixevent" });

// { hello: "ixevent" }

unlisten();

MIT

1.0.5

8 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

1.0.0-0

10 months ago