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