mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update index.d.ts (#27054)
This commit is contained in:
parent
df41be52cf
commit
61535bf64b
2
types/passport-strategy/index.d.ts
vendored
2
types/passport-strategy/index.d.ts
vendored
@ -16,7 +16,7 @@
|
||||
import passport = require('passport');
|
||||
import express = require('express');
|
||||
|
||||
declare class Strategy extends passport.Strategy {
|
||||
declare class Strategy implements passport.Strategy {
|
||||
/**
|
||||
* Performs authentication for the request.
|
||||
* Note: Virtual function - re-implement in the strategy.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user