UNPKG

@nestjs/passport

Version:

Nest - modern, fast, powerful node.js web framework (@passport)

3 lines (2 loc) 131 B
import { AuthGuardOptions } from "./options"; export declare function AuthGuard(type: any, options?: AuthGuardOptions & any): any;