UNPKG
@prostory/mountain
Version:
latest (1.0.0-alpha.3)
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
0.4.0
0.3.0
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Yet another HTTP/2 server and client.
github.com/YevhenKap/mountain
YevhenKap/mountain
@prostory/mountain
/
routes
/
files.d.ts
7 lines
(6 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Route
}
from
'../route'
;
/** * Serves static files from _dir_. * By default files are searched in current working directory. */
export
declare
const
files
:
(
dir
?:
string
) =>
Route
;