UNPKG

inversify

Version:

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

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