UNPKG

@analog-tools/auth

Version:

Authentication module for AnalogJS applications

3 lines (2 loc) 109 B
import { H3Event } from 'h3'; export declare function checkAuthentication(event: H3Event): Promise<boolean>;