1 2 3 4 5
import http from "@std/http"; export function foobar(): { fileServer(): void } { return http.fileServer; }