cache-content-type
v2.1.0
Published
Create a full Content-Type header given a MIME type or extension and cache the result
Readme
cache-content-type
The same as mime-types's contentType method, but with result cached.
Install
npm i cache-content-typeUsage
import { getType } from 'cache-content-type';
const contentType = getType('html');
assert.equal(contentType, 'text/html; charset=utf-8');License
Contributors
Made with contributors-img.
