superequire
v0.0.1
Published
require compatible dependency injection
Readme
exquire
require compatible dependency injection
usage
exquire('./a/b')just like require('./a/b') but start from root path
but if './a/b' is a registered id, will resolve that registration
exquire('./a/b@')inject an instance of b, assuming b is
- a class or function with it's first letter uppercase, will be constructed with new and current exquire instance as parameter
