mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
removing unnecessary definition
This commit is contained in:
1
passport-local/passport-local.d.ts
vendored
1
passport-local/passport-local.d.ts
vendored
@@ -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