Skip to content
/ path.js Public

Browser-friendly enhanced path fully compatible with standard node.js path

License

Notifications You must be signed in to change notification settings

snowyu/path.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

path.js Build Status npm downloads license

Browser-friendly enhanced path fully compatible with standard node.js path

This package modifies and enhances the standard path from node.js

API

  • path = require('path.js') : return the Windows or UNIX/POSIX path object for your file system automatically.
  • path = require('path.js/lib/path').path: return the abstract POSIX path object.
  • path = require('path.js/lib/win'): the widnows path object.
  • path = require('path.js/lib/posix'): the posix path object.
  • PathClass = require('path.js/lib/path'): the abstract POSIX path class.

usage

About

Browser-friendly enhanced path fully compatible with standard node.js path

Resources

License

Stars

Watchers

Forks

Packages

No packages published