gerich-home/it-depends

View on GitHub
docs/README.md

Summary

Maintainability
Test Coverage
## API

The library has a single [`entry point`](itDepends.md). 
When library is loaded using AMD/CommonJS it is exported as a module.
When script is included via `<script>` tag it is defined as a global `itDepends` variable.

### Defined types:
* [`itDepends`](itDepends.md)
* [`observableValue`](observableValue.md)
* [`computedValue`](computedValue.md)
* [`computedForArgs`](computedForArgs.md)
* [`subscription`](subscription.md)