Skip to content

component/mime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mime

Mime map / lookup functionality.

Example

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

License

MIT