pad: Unexport unnecessarily exported handshake() function

This commit is contained in:
Richard Hansen 2021-10-28 17:21:04 -04:00
parent 5cbbcbcee6
commit bd44a87388

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;