signals.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i signals.js

Weekly Downloads

22

Version

1.0.2

License

MIT

Last publish

Collaborators

  • ggsgamecore