libs: add handshake support

This commit is contained in:
Javed Khan
2020-04-02 23:18:04 +05:30
parent 54600393af
commit 0e1fd95302
4 changed files with 15 additions and 1 deletions
+2
View File
@@ -87,3 +87,5 @@ module.exports.unorm = require('unorm')
/* zxcvbn */
module.exports.zxcvbn = require('zxcvbn')
module.exports.handshake = require('handshake-util')