UNPKG

@authduo/authduo

Version:

Free User-sovereign Authentication for the World

6 lines (5 loc) 163 B
export declare class StoragePersistence { persisted: import("@benev/slate").Signal<boolean>; check(): Promise<boolean>; request(): Promise<boolean>; }