1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-29 02:29:06 -05:00

Improve re-exports in http (#111)

This commit is contained in:
Kitson Kelly 2019-01-14 10:55:23 +10:00 committed by Ryan Dahl
parent 9f1de43cc4
commit b99d7d3e0f

View file

@ -1,8 +1,7 @@
import {
export {
serve,
listenAndServe,
Response,
setContentLength,
ServerRequest
} from "./http.ts";
export { serve, listenAndServe, Response, setContentLength, ServerRequest };