CDN Resources for tsc-watch-2

Quick access to CDN links for the tsc-watch-2 package

CDN Resources for tsc-watch-2
Various ways to access tsc-watch-2 via Content Delivery Networks

Package Installation

npm
npm install tsc-watch-2
yarn
yarn add tsc-watch-2
pnpm
pnpm add tsc-watch-2

CDN Links

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