UNPKG

@jeaks03/overseer

Version:

Just another TypeScript Back-End framework

7 lines (6 loc) 224 B
import { Authentication } from "./authentication"; import { UserDetails } from "../user-details"; export declare class NoAuthentication extends Authentication { constructor(); authenticate(): Promise<UserDetails>; }