UNPKG

@e280/authlocal

Version:

User-sovereign login system for everybody

8 lines (7 loc) 178 B
import { Flasher } from "./flasher.js"; export declare class Downloader extends Flasher { #private; text: string; constructor(text: string); get url(): string; }