exports.withSleep = function()

in index.js [364:366]


exports.withSleep = function (s) {
  sleep = s;
};