JSPM

@bundled-es-modules/path-browserify

1.0.3
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 130
    • Score
      100M100P100Q85245F
    • License ISC

    mirror of path-browserify, bundled and exposed as ES module

    Package Exports

    • @bundled-es-modules/path-browserify

    Readme

    path-browserify

    This is a mirror of path-browserify, bundled and exposed as ES module, with a tiny process.cwd() shim for browser-compatibility.

    Install

    npm install @bundled-es-modules/path-browserify

    Use

    <script type="module">
      import path from '@bundled-es-modules/path-browserify';
    </script>