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