CDN Resources for is-callable

Quick access to CDN links for the is-callable package

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

Package Installation

npm
npm install is-callable
yarn
yarn add is-callable
pnpm
pnpm add is-callable

CDN Links

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