CDN Resources for @typescript-eslint/scope-manager

Quick access to CDN links for the @typescript-eslint/scope-manager package

CDN Resources for @typescript-eslint/scope-manager
Various ways to access @typescript-eslint/scope-manager via Content Delivery Networks

Package Installation

npm
npm install @typescript-eslint/scope-manager
yarn
yarn add @typescript-eslint/scope-manager
pnpm
pnpm add @typescript-eslint/scope-manager

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/@typescript-eslint/scope-manager"></script>
Unpkg
<script src="https://unpkg.com/@typescript-eslint/scope-manager"></script>
jsDelivr ESM
<script type="module">
  import @typescripteslint/scopemanager from 'https://cdn.jsdelivr.net/npm/@typescript-eslint/scope-manager/+esm';
</script>
Skypack
<script type="module">
  import @typescripteslint/scopemanager from 'https://cdn.skypack.dev/@typescript-eslint/scope-manager';
</script>