1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-23 07:29:51 -05:00

Improve re-exports in http (denoland/deno_std#111)

Original: b99d7d3e0f
This commit is contained in:
Kitson Kelly 2019-01-14 10:55:23 +10:00 committed by Ryan Dahl
parent 429fcbf77a
commit 4a79450988

View file

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