Skip to content

0.0.3

Compare
Choose a tag to compare
@sergiofilhowz sergiofilhowz released this 16 Nov 16:49
· 15 commits to master since this release

[FEATURE] Adding the function exec to run a function injecting dependencies, example:

acqua.exec(function (dependencyOne, dependencyTwo) {
    // function call
});