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