docs/README.md
## 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)