UNPKG

@e280/authlocal

Version:

User-sovereign login system for everybody

9 lines (8 loc) 283 B
import { Auth } from "./auth.js"; import { AuthOptions } from "./types.js"; export declare function prepareElements(auth: Auth): Promise<{ AuthButton: any; AuthUser: any; AuthSigil: any; }>; export declare function install(options?: Partial<AuthOptions>): Promise<Auth>;