CDN Resources for ip-regex
Various ways to access ip-regex via Content Delivery Networks
Package Installation
npm
npm install ip-regex
yarn
yarn add ip-regex
pnpm
pnpm add ip-regex
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/ip-regex"></script>
Unpkg
<script src="https://unpkg.com/ip-regex"></script>
jsDelivr ESM
<script type="module">
import ipregex from 'https://cdn.jsdelivr.net/npm/ip-regex/+esm';
</script>
Skypack
<script type="module">
import ipregex from 'https://cdn.skypack.dev/ip-regex';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages