UNPKG
@notchjs/express
Version:
latest (0.9.4)
0.9.4
0.9.3
0.9.1
0.9.0
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.2
0.6.0
0.5.0
0.4.0
0.3.0
0.2.2
0.2.1
A dependency injection based express adapter (Node.js)
github.com/notchjs/notch
notchjs/notch
@notchjs/express
/
dist
/
express.module.d.ts
8 lines
(7 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
Provider
}
from
'@armscye/container'
;
import
type
{
Module
}
from
'@armscye/module'
;
export
declare
class
ExpressModule
implements
Module
{
register
(): {
providers
:
Provider
[]; }; }