Converted imports to ES6 module syntax

This commit is contained in:
Kyle Gretchev
2015-08-04 20:47:16 -04:00
parent 070e3a5e09
commit 52ef0043e7
8 changed files with 50 additions and 52 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
/// <reference path="../express/express.d.ts" />
declare module "body-parser" {
import express = require('express');
import * as express from "express";
/**
* bodyParser: use individual json/urlencoded middlewares