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