UNPKG

inversify

Version:

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

5 lines (4 loc) 204 B
declare function propertyEventDecorator(eventKey: string, errorMessage: string): () => (target: { constructor: NewableFunction; }, propertyKey: string) => void; export { propertyEventDecorator };