UNPKG

@inversifyjs/binding-decorators

Version:

InversifyJs binding decorators package

3 lines 274 B
import { BindInWhenOnFluentSyntax, ServiceIdentifier } from 'inversify'; export declare function provide<T>(serviceIdentifier?: ServiceIdentifier<T> | undefined, bind?: (bindSyntax: BindInWhenOnFluentSyntax<T>) => void): ClassDecorator; //# sourceMappingURL=provide.d.ts.map