CDN Resources for path-type

Quick access to CDN links for the path-type package

CDN Resources for path-type
Various ways to access path-type via Content Delivery Networks

Package Installation

npm
npm install path-type
yarn
yarn add path-type
pnpm
pnpm add path-type

CDN Links

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