UNPKG
web-auth-library
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
Authentication library for the browser environment using Web Crypto API
web-auth-library
/
dist
/
core
/
utils.d.ts
4 lines
(3 loc)
•
142 B
TypeScript
View Raw
1
2
3
4
type
Severity
=
"log"
|
"warn"
|
"error"
;
export
declare
function
logOnce
(
severity
:
Severity
,
key
:
string
,
message
:
string
):
void
;
export
{};