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