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