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