diff --git a/types/passport-jwt/index.d.ts b/types/passport-jwt/index.d.ts index 3703966672..9bc14618d1 100644 --- a/types/passport-jwt/index.d.ts +++ b/types/passport-jwt/index.d.ts @@ -2,6 +2,7 @@ // Project: https://github.com/themikenicholson/passport-jwt // Definitions by: TANAKA Koichi // Alex Young +// David Ng // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped import { Strategy as PassportStrategy } from 'passport-strategy';