1.1.0 • Published 1 year ago

mimetype-constants v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

icon

MimeTypes.js Build and test Publish to npm npm npm

A structured collection of MIME type constants to use in your JavaScript projects.

Installation

npm i mimetype-constants

Usage

Replace this sort of thing...

"application/json"

with this...

MimeTypes.Application.Json

Pull requests welcome!

Also for JavaScript developers

icon RegexToolbox.js: Regular expression tools for JavaScript developers

MimeTypes for other languages

icon MimeTypes for .NET

icon MimeTypes for Java

icon MimeTypes for Kotlin