UNPKG

httplease-asap

Version:

ASAP authentication filter for httplease

7 lines (4 loc) 221 B
import { JwtConfig } from './types'; // TODO Give this a proper return type once once httplease eventually has better types declare function createJwtAuthFilter(jwtConfig: JwtConfig): any; export = createJwtAuthFilter;