mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Update index.d.ts (#27054)
This commit is contained in:
committed by
Mohamed Hegazy
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.
|
||||
|
||||
Reference in New Issue
Block a user