This library provided Promise-based wrappers for Node.js standard library APIs.
Since Node.js 14, Promise based variants of many builtin modules are available natively (e.g. fs/promises, dns/promises, stream/promises), making this library obsolete now.