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