CDN Resources for npm-run-path

Quick access to CDN links for the npm-run-path package

CDN Resources for npm-run-path
Various ways to access npm-run-path via Content Delivery Networks

Package Installation

npm
npm install npm-run-path
yarn
yarn add npm-run-path
pnpm
pnpm add npm-run-path

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/npm-run-path"></script>
Unpkg
<script src="https://unpkg.com/npm-run-path"></script>
jsDelivr ESM
<script type="module">
  import npmrunpath from 'https://cdn.jsdelivr.net/npm/npm-run-path/+esm';
</script>
Skypack
<script type="module">
  import npmrunpath from 'https://cdn.skypack.dev/npm-run-path';
</script>