UNPKG
@reclaimprotocol/tls
Version:
latest (0.1.2)
0.1.2
0.1.0
0.0.8
0.0.6
0.0.4
0.0.2
0.0.1
TLS 1.2/1.3 for any JavaScript Environment
github.com/reclaimprotocol/tls/
@reclaimprotocol/tls
/
lib
/
scripts
/
fallbacks
/
crypto.d.ts
5 lines
(4 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
import
{ randomBytes }
from
'../../crypto/insecure-rand.ts'
;
export
declare
const
crypto
: {
getRandomValues
:
typeof
randomBytes; };