CDN Resources for detect-indent

Quick access to CDN links for the detect-indent package

CDN Resources for detect-indent
Various ways to access detect-indent via Content Delivery Networks

Package Installation

npm
npm install detect-indent
yarn
yarn add detect-indent
pnpm
pnpm add detect-indent

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/detect-indent"></script>
Unpkg
<script src="https://unpkg.com/detect-indent"></script>
jsDelivr ESM
<script type="module">
  import detectindent from 'https://cdn.jsdelivr.net/npm/detect-indent/+esm';
</script>
Skypack
<script type="module">
  import detectindent from 'https://cdn.skypack.dev/detect-indent';
</script>