Skip to content

UNIDY2002/node-path-buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.`

About

Node.js path module with buffer support.

Resources

License

Stars

Watchers

Forks

Packages

No packages published