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