/function-prep

Deprecated

Primary LanguageJavaScript

function-prep

build status codecov Code Climate

DEPRECATED

Use bind() instead

Promise.resolve(thenSleep(1))
  .then(thenSleep.bind(null, 2))