Skip to content

Instantly share code, notes, and snippets.

View paullryan's full-sized avatar
🏕️
Working

Paul Ryan paullryan

🏕️
Working
View GitHub Profile
@paullryan
paullryan / MimeTypes.js
Last active February 18, 2024 10:51 — forked from lsauer/gist:5196979
MimeTypes es6 Object with kind determination for CMS's
const applicationTypesExt = {
'a' : 'application/octet-stream',
'ai' : 'application/postscript',
'bin' : 'application/octet-stream',
'cdf' : 'application/x-cdf',
'csh' : 'application/x-csh',
'dll' : 'application/octet-stream',
'doc' : 'application/msword',
'dot' : 'application/msword',