CDN Resources for has-flag

Quick access to CDN links for the has-flag package

CDN Resources for has-flag
Various ways to access has-flag via Content Delivery Networks

Package Installation

npm
npm install has-flag
yarn
yarn add has-flag
pnpm
pnpm add has-flag

CDN 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>