path-dirname
Node.js
path.dirname()
ponyfill
This was needed in order to expose path.posix.dirname()
on Node.js v0.10
Install
Usage
API
See the path.dirname()
docs.
pathDirname(path)
pathDirname.posix(path)
POSIX specific version.
pathDirname.win32(path)
Windows specific version.
License
MIT
Last updated