npm.io
1.1.0 • Published 11 years ago

asyncdi

Licence
MIT
Version
1.1.0
Deps
2
Vulns
6
Weekly
0
Stars
9

Async-aware Dependency Injection

asyncdi checks whether a function is meant to be called asynchronously by detecting the name of its last argument.

It then provides a consistent calling interface as well as introspection info about the expected arguments.

Installation

npm install asyncdi

Usage

See the tests for example usage.

Keywords