UNPKG

inversify

Version:

A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.

5 lines (4 loc) 143 B
declare const postConstruct: () => (target: { constructor: NewableFunction; }, propertyKey: string) => void; export { postConstruct };