UNPKG

passport-fast-jwt

Version:

Passport authentication strategy for JSON Web Tokens using Fast-Jwt with support for EdDSA algorithm among others

6 lines (5 loc) 150 B
/** * Looks like array filter cannot infer the correct type * without this */ export declare const isDefined: <T>(value?: T | null) => value is T;