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