CDN Resources for is-negative-zero

Quick access to CDN links for the is-negative-zero package

CDN Resources for is-negative-zero
Various ways to access is-negative-zero via Content Delivery Networks

Package Installation

npm
npm install is-negative-zero
yarn
yarn add is-negative-zero
pnpm
pnpm add is-negative-zero

CDN Links

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