mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fix express tests
This commit is contained in:
parent
8b7c32b6f8
commit
17f95ed26d
@ -1,6 +1,6 @@
|
||||
/// <reference path="express.d.ts" />
|
||||
|
||||
import express = module('express');
|
||||
import express = require('express');
|
||||
var app = express();
|
||||
|
||||
//////////////////////////
|
||||
|
||||
Loading…
Reference in New Issue
Block a user