Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.56 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.56 KB

TypeScript-Signals

Custom event/messaging system for TypeScript.

Converted from JS-Signals which was inspired by AS3-Signals.

For a more in-depth introduction read the JS-Signals Project Page and visit the links below.

Getting Started

Copy the Signal.ts and SignalBinding.ts files into your TypeScript project.

If you wish you can place them inside a module, but by default they are set to global classes.

Reference the Signal.ts file in your code and then use them as normal. Look at the tests provided in the tests folder for plenty examples of use, or read the JS-Signals documentation.

JS-Signals Links

License

Repository Structure

Folder Structure

|-src         ->  source files
|-tests       ->  unit tests

Running Tests

The tests are stand-alone TypeScript classes that map to the tests created for JS-Signals.