UNPKG
@jovijovi/two-fa.js
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.2
0.2.1
0.2.0
0.1.0
A two-factor authentication(2FA) based on HOTP & TOTP written in TypeScript
@jovijovi/two-fa.js
/
lib
/
base32.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
export
declare
function
Encode
(
data
:
Uint8Array
|
string
):
string
;
export
declare
function
Decode
(
val
:
string
):
ArrayBuffer
;