mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-04 07:52:51 +00:00
add comment line
This commit is contained in:
parent
dcd4fb55fa
commit
49a98e0443
1
http-errors/http-errors-tests.d.ts
vendored
1
http-errors/http-errors-tests.d.ts
vendored
@ -1,3 +1,4 @@
|
||||
// Type definitions for http-errors-tests.ts
|
||||
declare namespace Express {
|
||||
export interface Request {
|
||||
user?: any
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/// <reference path="http-errors.d.ts" />
|
||||
/// <reference path="../express/express.d.ts" />
|
||||
/// <reference path="../http-errors/http-errors-tests.d.ts" />
|
||||
/// <reference path="../http-errors/http-errors-tests.x.ts" />
|
||||
|
||||
import * as createError from 'http-errors';
|
||||
import * as express from 'express';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user