UNPKG

inversify-binding-decorators

Version:

An utility that allows developers to declare InversifyJS bindings using ES2016 decorators

4 lines (3 loc) 215 B
import { interfaces as inversifyInterfaces } from "inversify"; declare function provide(serviceIdentifier: inversifyInterfaces.ServiceIdentifier<any>, force?: boolean): (target: any) => any; export default provide;