CDN Resources for type-check

Quick access to CDN links for the type-check package

CDN Resources for type-check
Various ways to access type-check via Content Delivery Networks

Package Installation

npm
npm install type-check
yarn
yarn add type-check
pnpm
pnpm add type-check

CDN 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>