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