index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
testdata
/
publish
/
successful
/
mod.ts
blob: 152bce40b6c7e5168f5bcbad91e3d02fb817bc98 (
plain
)
1
2
3
4
5
import http from "@std/http"; export function foobar() { return http.fileServer; }