UNPKG
@otplib/plugin-crypto-async-ronomon
Version:
latest (12.0.1)
next (12.0.0-3)
12.0.1
12.0.0
12.0.0-3
12.0.0-2
crypto-async plugin for otplib
yeojz.otplib.dev
yeojz/otplib
@otplib/plugin-crypto-async-ronomon
/
index.d.ts
4 lines
(3 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
import
{
CreateDigest
,
CreateRandomBytes
}
from
'@otplib/core'
;
export
declare
const
createDigest
:
CreateDigest
<
Promise
<
string
>>;
export
declare
const
createRandomBytes
:
CreateRandomBytes
<
Promise
<
string
>>;