mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Fix express tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="express.d.ts" />
|
||||
|
||||
import express = module('express');
|
||||
import express = require('express');
|
||||
var app = express();
|
||||
|
||||
//////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user