summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/publish/deno_jsonc/mod.ts
blob: 4bb6da25552ca66b9cb7005ca181e13443d92424 (plain)
1
2
3
4
5
import http from "@std/http";

export function foobar(): { fileServer(): void } {
  return http.fileServer;
}