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