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