CDN Resources for file-type

Quick access to CDN links for the file-type package

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

Package Installation

npm
npm install file-type
yarn
yarn add file-type
pnpm
pnpm add file-type

CDN Links

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