mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Convert more "import *" to "import =" (#23446)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
import { ServerRequest, ServerResponse } from "http";
|
||||
import * as finalHandler from "finalhandler";
|
||||
import finalHandler = require("finalhandler");
|
||||
|
||||
let req: ServerRequest;
|
||||
let res: ServerResponse;
|
||||
|
||||
Reference in New Issue
Block a user