UNPKG

inversify-binding-decorators

Version:

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

5 lines (4 loc) 278 B
import interfaces from "../interfaces/interfaces"; import { interfaces as inversifyInterfaces } from "inversify"; declare function fluentProvide(serviceIdentifier: inversifyInterfaces.ServiceIdentifier<any>): interfaces.ProvideInWhenOnSyntax<any>; export default fluentProvide;