npm.io
2.1.0 • Published 1 year ago

cache-content-type

Licence
MIT
Version
2.1.0
Deps
2
Size
8 kB
Vulns
0
Weekly
0
Stars
1

cache-content-type

NPM version Node.js CI Test coverage Known Vulnerabilities npm download Node.js Version PRs Welcome CodeRabbit Pull Request Reviews

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

MIT

Contributors

Contributors

Made with contributors-img.

Keywords