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