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