JSPM

path-platform

0.11.15
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1003473
  • Score
    100M100P100Q180959F
  • License MIT

Provide access to win32 and posix path operations; sourced directly from upstream Node.js

Package Exports

  • path-platform

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 (path-platform) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

path-platform

This is a transitional package for those not on 0.12 that provides a compatible interface to the builtin path module, but adds path.posix and path.win32 so you can path.posix.normalize on a win32 platform, or vice versa.