UNPKG
zerokey
Version:
latest (1.1.3)
1.1.3
1.1.0
1.0.0
Zero-knowledge cross-domain secret sharing library using ECDH encryption
zerokey
/
client.js
3 lines
(2 loc)
•
80 B
JavaScript
View Raw
1
2
3
// Re-export client module for subpath import
export
*
from
'./dist/client.js'
;