| 1 | // @ts-nocheck |
| 2 | import { serve } from 'https://deno.land/std@0.120.0/http/server.ts'; |
| 3 | import { serveFile } from 'https://deno.land/std@0.120.0/http/file_server.ts'; |
| 4 | import { fromFileUrl } from 'https://deno.land/std@0.120.0/path/mod.ts'; |
nothing calls this directly
no test coverage detected