Convert more "import *" to "import =" (#23446)

This commit is contained in:
Andy
2018-02-05 18:27:31 -08:00
committed by GitHub
parent 4b2d0110d5
commit 2a9d2f8d59
184 changed files with 391 additions and 424 deletions

View File

@@ -1,6 +1,5 @@
import { ServerRequest, ServerResponse } from "http";
import * as finalHandler from "finalhandler";
import finalHandler = require("finalhandler");
let req: ServerRequest;
let res: ServerResponse;