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