mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
Remove module
This commit is contained in:
13
types/express-sanitized/index.d.ts
vendored
13
types/express-sanitized/index.d.ts
vendored
@@ -3,14 +3,11 @@
|
||||
// Definitions by: Chris Barth <https://github.com/cjbarth/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module 'express-sanitized' {
|
||||
import * as express from "express";
|
||||
import * as express from "express";
|
||||
|
||||
function e(): (req: express.Request, res: express.Response, next: express.NextFunction) => void;
|
||||
declare function e(): (req: express.Request, res: express.Response, next: express.NextFunction) => void;
|
||||
|
||||
namespace e {
|
||||
|
||||
}
|
||||
|
||||
export = e;
|
||||
declare namespace e {
|
||||
}
|
||||
|
||||
export = e;
|
||||
|
||||
Reference in New Issue
Block a user