mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
fix express 3.1 definitions to be used as a module #264
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
/// <reference path="express-3.1.d.ts" />
|
||||
|
||||
<<<<<<< HEAD
|
||||
import express = module('express');
|
||||
=======
|
||||
var express = <Express>require('express');
|
||||
>>>>>>> 283e996bd224b71b3c52e4ee44a25df5b53bc3c6
|
||||
var app = express();
|
||||
|
||||
//////////////////////////
|
||||
|
||||
Vendored
+1158
-1
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user