Is your feature request related to a problem? Please describe.
Not to my knowledge.
Describe the solution you'd like
I'd like to have access to a set of functions for the readline portion of Node in a similar style to import fs from 'fs/promises'. Having to wrap callback functions in promises is rather tedious.
I'd like to know if this would be something I can work on. I want this for my own purposes and have the time to work on and implement this if possible.