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