import * as tsServe from "https://deno.land/x/ts_serve@v1.4.4/src/file_server.ts";
Functions
This can be used in the same way as the serveDir function of the standard library, but if the file is TypeScript, it will be rewritten to JavaScript. | |
This can be used in the same way as the serveFile function of the standard library, but if the file is TypeScript, it will be rewritten to JavaScript. |
Interfaces
Interface for serveDir options. | |
Interface for serveFile options. |