mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Fix many "import *" that should be "import =" (#23443)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as errorHandler from 'api-error-handler';
|
||||
import errorHandler = require('api-error-handler');
|
||||
import * as express from 'express';
|
||||
|
||||
var api = express.Router();
|
||||
|
||||
Reference in New Issue
Block a user