ivandotv / pumpit

PumpIt is a small (<2KB) dependency injection container without the decorators, suitable for the browser.
MIT License
25 stars 2 forks source link

Implement post construct method for classes #32

Closed ivandotv closed 1 year ago

ivandotv commented 1 year ago

After constructing a class, if a postConstruct method is present on the class instance, invoke it.

ivandotv commented 1 year ago

Implemented via 5669230fd75539551d