Similar to how many Linux commands have man pages, does NPM packages have something similar?
As an example, right now I want to read about Promise.resolve(). Do I have to go to https://www.npmjs.com/package/promise to read about it, or can I somehow read the help offline?