express-rest-decorators - v1.0.0-rc.2
GitHub
npm
Preparing search index...
IocAdapter
Interface IocAdapter
interface
IocAdapter
{
get
<
T
>
(
cls
:
ClassConstructor
<
T
>
,
action
?:
Action
)
:
T
|
Promise
<
T
>
;
}
Implemented by
DefaultContainer
Index
Methods
get
Methods
get
get
<
T
>
(
cls
:
ClassConstructor
<
T
>
,
action
?:
Action
)
:
T
|
Promise
<
T
>
Type Parameters
T
Parameters
cls
:
ClassConstructor
<
T
>
Optional
action
:
Action
Returns
T
|
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
GitHub
npm
express-rest-decorators - v1.0.0-rc.2
Loading...