CDN Resources for xtend
Various ways to access xtend via Content Delivery Networks
Package Installation
npm
npm install xtend
yarn
yarn add xtend
pnpm
pnpm add xtend
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/xtend"></script>
Unpkg
<script src="https://unpkg.com/xtend"></script>
jsDelivr ESM
<script type="module">
import xtend from 'https://cdn.jsdelivr.net/npm/xtend/+esm';
</script>
Skypack
<script type="module">
import xtend from 'https://cdn.skypack.dev/xtend';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages