aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-09 23:06:27 +0300
committerValentin Popov <info@valentineus.link>2017-10-09 23:06:27 +0300
commit0e38621d260fe89e7364575b3d70a5984841c60b (patch)
treea862f72b7c343322adce786e8977c9c3cc4c0bb5 /src/index.js
parent3c2424892eadda185bc786837f06a23639794a6e (diff)
downloadiii-client-0e38621d260fe89e7364575b3d70a5984841c60b.tar.xz
iii-client-0e38621d260fe89e7364575b3d70a5984841c60b.zip
Reduction of exported functions
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/index.js b/src/index.js
index 29ee2be..ea2e14a 100644
--- a/src/index.js
+++ b/src/index.js
@@ -147,10 +147,6 @@ function isString(value) {
}
export {
- isVerification,
- decryptJSON,
connect,
- decrypt,
- encrypt,
send
}; \ No newline at end of file