CDN Resources for extend-shallow

Quick access to CDN links for the extend-shallow package

CDN Resources for extend-shallow
Various ways to access extend-shallow via Content Delivery Networks

Package Installation

npm
npm install extend-shallow
yarn
yarn add extend-shallow
pnpm
pnpm add extend-shallow

CDN Links

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