CDN Resources for ts-eager

Quick access to CDN links for the ts-eager package

CDN Resources for ts-eager
Various ways to access ts-eager via Content Delivery Networks

Package Installation

npm
npm install ts-eager
yarn
yarn add ts-eager
pnpm
pnpm add ts-eager

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/ts-eager"></script>
Unpkg
<script src="https://unpkg.com/ts-eager"></script>
jsDelivr ESM
<script type="module">
  import tseager from 'https://cdn.jsdelivr.net/npm/ts-eager/+esm';
</script>
Skypack
<script type="module">
  import tseager from 'https://cdn.skypack.dev/ts-eager';
</script>