2.1.0 • Published 2 months ago
cache-content-type v2.1.0
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.