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