Skip to content

ecman/function-prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

function-prep

build status codecov Code Climate

DEPRECATED

Use bind() instead

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