CDN Resources for ts-helpers

Quick access to CDN links for the ts-helpers package

CDN Resources for ts-helpers
Various ways to access ts-helpers via Content Delivery Networks

Package Installation

npm
npm install ts-helpers
yarn
yarn add ts-helpers
pnpm
pnpm add ts-helpers

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/ts-helpers"></script>
Unpkg
<script src="https://unpkg.com/ts-helpers"></script>
jsDelivr ESM
<script type="module">
  import tshelpers from 'https://cdn.jsdelivr.net/npm/ts-helpers/+esm';
</script>
Skypack
<script type="module">
  import tshelpers from 'https://cdn.skypack.dev/ts-helpers';
</script>