intravenous icon indicating copy to clipboard operation
intravenous copied to clipboard

A lightweight inversion of control container for Javascript.

Results 11 intravenous issues
Sort by recently updated
recently updated
newest added

When I think of a factory in JavaScript, I think of a function, not an object with a `.get()` method. This becomes particularly inconvenient when trying to pass factories around....