@fav/path.extname

Provides same behaviors of `path.extname` module for all versions fo node.js


Keywords
extname, path, file
License
MIT
Install
npm install @fav/path.extname@0.8.0

Documentation

@fav/path NPM version Build Status Build Status

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

License

Copyright (C) 2016 Takayuki Sato

This program is free software under MIT License. See the file LICENSE in this distribution for more details.