Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Repository files navigation

SignalsJS

Join the chat at https://gitter.im/GoodgameStudios/RobotlegsJS Build Status Code Climate Test Coverage npm version Greenkeeper badge

NPM NPM

TypeScript port of AS3 Signals. 13kb compressed.

Usage

import { Signal } from "signals.js";
var signal = new Signal();

signal.add(data => {
  console.log(data.message);
});

signal.dispatch({ message: "hello signal!" });

License

MIT

Releases

Packages

Used by

Contributors

Languages