UNPKG
@otplib/plugin-thirty-two
Version:
latest (12.0.1)
next (12.0.0-3)
12.0.1
12.0.0
12.0.0-3
12.0.0-2
thirty-two plugin for otplib
yeojz.otplib.dev
yeojz/otplib
@otplib/plugin-thirty-two
/
index.d.ts
10 lines
(9 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
KeyDecoder
,
KeyEncoder
}
from
'@otplib/core'
;
/** * - Key decoder using npm `thirty-two` */
export
declare
const
keyDecoder
:
KeyDecoder
;
/** * - Key encoder using npm `thirty-two` */
export
declare
const
keyEncoder
:
KeyEncoder
;