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