UNPKG
repacked
Version:
latest (2.0.0-alpha.1)
2.0.0-alpha.1
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.4.2
0.4.1
0.4.0
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.2.1
0.2.0
0.1.2
0.1.1
0.0.3-alpha
0.0.2-alpha
0.0.1-alpha
## Initialization
github.com/rukshan-dev/repacked
rukshan-dev/repacked
repacked
/
features
/
server
/
runtimes
/
runtime.serverless.d.ts
6 lines
(3 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
express_serve_static_core
from
'express-serve-static-core'
;
declare
const
app
: express_serve_static_core.
Express
;
export
{ app
as
default
};