Simple extension to mime-type
npm install get-mime-typeGet a mime-type from a filename or extension with no fuzz.
```
npm install get-mime-type
#### mime = getMimeType(name, charset = true)`
Get a mime / content type for a name or extension.
If charset is true (default) it adds the charset for known extensions
Apache 2.0