Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# mime

Mime map / lookup functionality.

## Example

```js
var mime = require('mime');
mime.lookup('png');
// => "image/png"
```

## License

MIT