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