From 7f052224f53ae050d9f4d0f196cac9575d2dfd11 Mon Sep 17 00:00:00 2001 From: David Ng Date: Sun, 20 Aug 2017 22:50:58 +0800 Subject: [PATCH] Add myname to comment --- types/passport-jwt/index.d.ts | 1 + 1 file changed, 1 insertion(+) 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';