0.0.9 • Published 4 years ago

unilib-dispatcher v0.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

UDispatcher (from the Unilib Library)

Unilib is a general utility library for writing scalable JavaScript applications. It's intended to be lightweight, flexible, à la carte (i.e., install/import only what you need), and it strives to be mostly isomorphic/universal (i.e., can be used client-side or server-side).

This sub-package includes UDispatcher, a generic dispatcher class that can route calls to handler functions registered by name.

Notes:

  • This module is written in TypeScript and compiled to ES6-compatible JavaScript
  • While this module has 100% unit test coverage and is being used in Production at a few companies, at this time, we cannot guarantee long-term support
0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.2

4 years ago

0.0.1

5 years ago