CDN Resources for tslint-react
Various ways to access tslint-react via Content Delivery Networks
Package Installation
npm
npm install tslint-react
yarn
yarn add tslint-react
pnpm
pnpm add tslint-react
CDN 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