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
WebCrypto Based Cross Platform TLS
github.com/reclaimprotocol/tls/
@reclaimprotocol/tls
/
lib
/
types
/
index.d.ts
8 lines
(7 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./x509.ts'
;
export
*
from
'./tls.ts'
;
export
*
from
'./crypto.ts'
;
export
*
from
'./logger.ts'
;
declare
global
{
const
TLS_ADDITIONAL_ROOT_CA_LIST
:
string
[]; }