UNPKG
cryptobox-hd
Version:
latest (1.0.1)
1.0.1
1.0.0
High-level API with persistent storage for Proteus-HD.
ceoimon/cryptobox-hd
cryptobox-hd
/
src
/
main
/
ts
/
error
/
index.ts
6 lines
(4 loc)
•
78 B
text/typescript
View Raw
1
2
3
4
5
6
import
CryptoboxError
from
'./CryptoboxError'
;
export
{
CryptoboxError
, };