path-name
Cross-platform PATH env name
The PATH environment variable name is different on different operating systems. This package will return the variable name on the current system.
Installation
npm i -S path-name
Example
const PATH = // On Linux and OSXconsole// > PATH // On Windows (usually, not allways)console// > Path
License
MIT © Zoltan Kochan