UNPKG

web-auth-library

Version:

Authentication library for the browser environment using Web Crypto API

4 lines (3 loc) 142 B
type Severity = "log" | "warn" | "error"; export declare function logOnce(severity: Severity, key: string, message: string): void; export {};