Update exported objects

This commit is contained in:
microshine 2019-01-25 15:48:47 +03:00
parent 6872ff74e0
commit e0d7811045
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
export * from "./crypto";
export { CryptoKey } from "./keys";
export { Crypto } from "./crypto";