UNPKG
@inversifyjs/binding-decorators
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
InversifyJs binding decorators package
inversify.io
inversify/monorepo
@inversifyjs/binding-decorators
/
lib
/
cjs
/
metadata
/
decorators
/
provide.d.ts
3 lines
•
274 B
TypeScript
View Raw
1
2
3
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