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