Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/component/mime
Mime map / lookup utility
https://github.com/component/mime
Last synced: 13 days ago
JSON representation
Mime map / lookup utility
- Host: GitHub
- URL: https://github.com/component/mime
- Owner: component
- Created: 2012-08-20T21:13:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T16:04:39.000Z (over 10 years ago)
- Last Synced: 2024-05-08T17:11:00.848Z (8 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 6
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# mime
Mime map / lookup functionality.
## Example
```js
var mime = require('mime');
mime.lookup('png');
// => "image/png"
```## License
MIT