Skip to content

JedWatson/asyncdi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Async Dependency Injection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published