@fav/path
v0.9.0
Published
Provides same behaviors of `path` module for all versions of node.js and enhanced features related to file path
Downloads
8
Readme
@fav/path
Provides same behaviors of path
module for all versions of node.js and enhanced features related to file path
Install
Install with npm.
$ npm install @fav/path --save
Usage
const path = require('@fav/path');
APIs
- path.basename
- path.delimiter
- path.dirname
- path.extname
- path.format
- path.isAbsolute
- path.join
- path.normalize
- path.parse
- path.relative
- path.resolve
- path.sep
License
Copyright (C) 2016 Takayuki Sato
This program is free software under MIT License. See the file LICENSE in this distribution for more details.