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