CDN Resources for tslint-react

Quick access to CDN links for the tslint-react package

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>