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