UNPKG

nestjs-telescope

Version:

A debugging and monitoring tool for NestJS applications, inspired by Laravel Telescope

7 lines (6 loc) 258 B
import { CanActivate, ExecutionContext } from '@nestjs/common'; export declare class TelescopeBasicAuthGuard implements CanActivate { canActivate(context: ExecutionContext): Promise<boolean>; private decodeBasicAuth; private sendAuthChallenge; }