CDN Resources for shebang-command

Quick access to CDN links for the shebang-command package

CDN Resources for shebang-command
Various ways to access shebang-command via Content Delivery Networks

Package Installation

npm
npm install shebang-command
yarn
yarn add shebang-command
pnpm
pnpm add shebang-command

CDN Links

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