2.0.1 • Published 5 years ago

isomorphic-path v2.0.1

Weekly downloads
83
License
MIT
Repository
github
Last release
5 years ago

isomorphic-path

A wrapper module that exposes node's path module in the browser and node contexts. This is not a reimplementation of node's path module. Instead, this project simply exposes the node module to both the browser and node runtimes.

Supported Methods (see official API: https://nodejs.org/api/path.html):

  • normalize
  • isAbsolute
  • join
  • dirname
  • basename
  • extname
  • format
  • parse
  • resolve (node only; throws exception in browser mode)
  • relative (node only; throws exception in browser mode)
2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago

0.0.5

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago