mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-28 08:24:32 +00: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