Hacker News new | ask | show | jobs
by vmasto 3258 days ago
Please can you make the async version return a Promise. It's 2017 for cryin' out loud!

five.asPromised?

4 comments

Yes, please, it's 2017, nobody wants to block all I/O waiting for an int.
And that require is so 2016... Today we use import:

  import five from 'five'
Supporting promises would maybe be one level too meta since they are a prime example of what this library is making fun of.