1
mirror of https://github.com/valentineus/iii-client.git synced 2025-12-21 14:13:22 +04:00

Reduction of exported functions

This commit is contained in:
2017-10-10 00:06:27 +04:00
parent 3c2424892e
commit 0e38621d26
2 changed files with 0 additions and 28 deletions

View File

@@ -147,10 +147,6 @@ function isString(value) {
}
export {
isVerification,
decryptJSON,
connect,
decrypt,
encrypt,
send
};