1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-14 03:23:17 -05:00
denoland-deno/cli/tests/testdata/publish/successful/std_http.ts

7 lines
119 B
TypeScript
Raw Normal View History

// temp until we get jsr:@std/http in the test server
export default {
fileServer() {
console.log("Hi");
},
};