I'm trying to write a simple function that converts node-style callback functions to promises, so I can use them with async/await.I'm trying to write a simple function that conv
I'm trying to write a simple function that converts node-style callback functions to promises, so I can use them with async/await.I'm trying to write a simple function that conv