UNPKG

@prostory/mountain

Version:

Yet another HTTP/2 server and client.

7 lines (6 loc) 193 B
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;