Package Exports
- cache-content-type
- cache-content-type/package.json
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.