common-dir

3.0.1 • Public • Published

view on npm npm module downloads Gihub repo dependents Gihub package dependents Build Status js-standard-style

common-dir

commonDir(files) ⇒ string

Returns the parent directory common to each path.

Kind: Exported function
Returns: string - A single path ending with the path separator, e.g. '/user/some/folder/'

Param Type Description
files Array An array of file paths to inspect

Example

> const commonDir = require('common-dir')
> files = [
  '/Users/75lb/one/package.json',
  '/Users/75lb/one/test',
  '/Users/75lb/two/test/main.js'
]
> commonDir(files)
'/Users/75lb/'

© 2014-21 Lloyd Brookes 75pound@gmail.com. Documented by jsdoc-to-markdown.

Package Sidebar

Install

npm i common-dir

Weekly Downloads

73,206

Version

3.0.1

License

MIT

Unpacked Size

5.04 kB

Total Files

5

Last publish

Collaborators

  • 75lb