mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
removing unnecessary definition
This commit is contained in:
Vendored
-1
@@ -31,7 +31,6 @@ declare module 'passport-local' {
|
||||
}
|
||||
|
||||
interface VerifyFunction {
|
||||
(req: express.Request, username: string, password: string, done: (error: any, user?: any, options?: IVerifyOptions) => void): void;
|
||||
(username: string, password: string, done: (error: any, user?: any, options?: IVerifyOptions) => void): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user