promise-proxy
// usage:const fs = // you can now use promised fs:fs // you can extract methods directlyconst fs: writeFile = // this module is lazy and rely on `util.promisify` and `Proxy`// to avoid repetition in requires
// usage:const fs = // you can now use promised fs:fs // you can extract methods directlyconst fs: writeFile = // this module is lazy and rely on `util.promisify` and `Proxy`// to avoid repetition in requires
npm i promise-proxy
2
1.0.1
MIT