summaryrefslogtreecommitdiff
path: root/tests/specs/publish/no_check/mod.ts
blob: 6e8a61bae92273e997c79e9fefb79402440ab3b4 (plain)
1
2
3
4
5
6
7
import http from "@std/http";

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