extra-path 1.1.2
Install from the command line:
Learn more about npm packages
$ npm install @nodef/extra-path@1.1.2
Install via package.json:
"@nodef/extra-path": "1.1.2"
About this version
Standard utility methods for path.
const path = require('extra-path');
// path.filename(<path>)
path.filename('/home/user/file.txt');
// file