A structured collection of MIME type constants to use in your JavaScript projects.
npm i mimetype-constants
Replace this sort of thing...
"application/json"
with this...
MimeTypes.Application.Json
Pull requests welcome!
RegexToolbox.js: Regular expression tools for JavaScript developers