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