Skip to content

Commit

Permalink
Improve re-exports in http (denoland#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk authored and ry committed Jan 14, 2019
1 parent 9f1de43 commit b99d7d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions http/mod.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import {
export {
serve,
listenAndServe,
Response,
setContentLength,
ServerRequest
} from "./http.ts";
export { serve, listenAndServe, Response, setContentLength, ServerRequest };

0 comments on commit b99d7d3

Please sign in to comment.