UNPKG

320 BJavaScriptView Raw
1export const contentTypes = {
2 '.js': { 'content-type': 'application/javascript' },
3 '.mjs': { 'content-type': 'application/javascript' },
4 '.json': { 'content-type': 'application/json' },
5 '.css': { 'content-type': 'text/css' },
6 '.svg': { 'content-type': 'image/svg+xml' },
7 '.html': { 'content-type': 'text/html' }
8}