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