Check whether the current process owns a given file or directory.
npm install is-ownerCheck whether the current process owns a given file or directory.
``sh`
npm i is-owner
`js
import isOwner from 'is-owner'
isOwner('/etc/passwd') // Returns true or false depending on ownership.
``