Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/topliceanu/arraylistener

a small utility that listens to an array reference and triggers events when changes occur
https://github.com/topliceanu/arraylistener

Last synced: 1 day ago
JSON representation

a small utility that listens to an array reference and triggers events when changes occur

Awesome Lists containing this project

README

        

arrayListener
=============

[![Build Status](https://secure.travis-ci.org/topliceanu/arrayListener.png)](http://travis-ci.org/topliceanu/arrayListener)

tweet
-----

allows consumers to register for notifications on array modifications

Features
--------

* just one event supported 'change', which is triggered when the array changes length or primitive contents.