All Projects → stretchr → filetypes.js

stretchr / filetypes.js

Licence: MIT license
A complete list of file types, extensions and mime types in JavaScript.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

filetypes.js

A complete list of file types, extensions and mime types in JavaScript.

Usage

Stretchr.Filetypes.descriptionFor("txt");
//= "Text file"

Stretchr.Filetypes.descriptionFor("text/plain");
//= "Text file"

Stretchr.Filetypes.mimeFor("txt");
//= "text/plain"

Stretchr.Filetypes.extensionFor("text/plain")
//= "txt"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].