Fix many "import *" that should be "import =" (#23443)

This commit is contained in:
Andy
2018-02-05 15:35:41 -08:00
committed by GitHub
parent b890bf4556
commit 4b2d0110d5
180 changed files with 263 additions and 368 deletions

View File

@@ -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();