CDN Resources for functions-have-names

Quick access to CDN links for the functions-have-names package

CDN Resources for functions-have-names
Various ways to access functions-have-names via Content Delivery Networks

Package Installation

npm
npm install functions-have-names
yarn
yarn add functions-have-names
pnpm
pnpm add functions-have-names

CDN Links

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