Package Exports
- node-path-buffer
- node-path-buffer/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-path-buffer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-path-buffer
Node.js path module with buffer support.
Available APIs:
- path.basename(path[, suffix])
- path.delimiter
- path.dirname(path)
- path.extname(path)
- path.isAbsolute(path)
- path.join([...paths])
- path.normalize(path)
- path.posix
- path.relative(from, to)
- path.resolve([...paths])
- path.sep
- path.win32
All path
, from
, to
, paths
can be either string
or Buffer
.`