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