UNPKG
@hx-midway/static-file
Version:
latest (1.0.0)
1.0.0
Midwayjs static-file alias 自动扫描,支持路径索引,允许 /path/index.html -> /path/
@hx-midway/static-file
/
index.d.ts
7 lines
(5 loc)
•
113 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
*
from
'./dist/index'
;
declare
module
'@midwayjs/core/dist/interface'
{
interface
MidwayConfig
{ } }