mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fixes file header issue
This commit is contained in:
-1
@@ -1,4 +1,3 @@
|
||||
|
||||
/// <reference path='./connect-modrewrite.d.ts' />
|
||||
/// <reference path='../express/express.d.ts' />
|
||||
|
||||
+5
-1
@@ -1,5 +1,9 @@
|
||||
// Type definitions for connect-modrewrite
|
||||
// Project: https://github.com/tinganho/connect-modrewrite
|
||||
// Definitions by: Tingan Ho <https://github.com/tinganho/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path='../express/express.d.ts' />
|
||||
/// <reference path="../express/express.d.ts" />
|
||||
|
||||
declare module 'connect-modrewrite' {
|
||||
import express = require('express');
|
||||
|
||||
Reference in New Issue
Block a user