cache-content-type

esm cjs
Create a full Content-Type header given a MIME type or extension and cache the result
Version 2.1.0 License MIT
Keywords
mimecontent-typelru
<script src=" https://cdn.jsdelivr.net/npm/cache-content-type@2.1.0/dist/commonjs/index.min.js "></script>
cache-content-type
The same as mime-types's contentType method, but with result cached.
Install
npm i cache-content-type
Usage
import { getType } from 'cache-content-type';
const contentType = getType('html');
assert.equal(contentType, 'text/html; charset=utf-8');
License
Contributors
Made with contributors-img.