CDN Resources for has-bigints

Quick access to CDN links for the has-bigints package

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

Package Installation

npm
npm install has-bigints
yarn
yarn add has-bigints
pnpm
pnpm add has-bigints

CDN Links

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