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
/
store
/
error
/
index.ts
10 lines
(8 loc)
•
255 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
RecordAlreadyExistsError
from
'./RecordAlreadyExistsError'
;
import
RecordNotFoundError
from
'./RecordNotFoundError'
;
import
RecordTypeError
from
'./RecordTypeError'
;
export
{
RecordAlreadyExistsError
,
RecordNotFoundError
,
RecordTypeError
};