| 46 | * }) |
| 47 | */ |
| 48 | export interface IBasicAuthedRequest extends Request { |
| 49 | auth: { user: string, password: string } |
| 50 | } |
| 51 | |
| 52 | type Authorizer = (username: string, password: string) => boolean |
| 53 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…