mount-point
v3.0.0
Published
Get the mount point for a file
Downloads
453,037
Readme
mount-point
Get the mount point for a file
Install
$ npm install --save mount-point
Usage
const mountPoint = require('mount-point');
mountPoint('foo.tar.gz').then(mount => {
console.log(mount);
//=> '/'
});
Related
- df - Get free disk space info from
df -kP
License
MIT © Kevin Mårtensson