pad: Unexport unnecessarily exported `handshake()` function

pull/5252/head
Richard Hansen 2021-10-28 17:21:04 -04:00
parent 5cbbcbcee6
commit bd44a87388
1 changed files with 0 additions and 1 deletions

View File

@ -715,6 +715,5 @@ exports.settings = settings;
exports.randomString = randomString;
exports.getParams = getParams;
exports.getUrlVars = getUrlVars;
exports.handshake = handshake;
exports.pad = pad;
exports.init = init;