UNPKG

499 BJavaScriptView Raw
1exports.types = {
2 "css": "text/css",
3 "gif": "image/gif",
4 "html": "text/html",
5 "ico": "image/x-icon",
6 "jpeg": "image/jpeg",
7 "jpg": "image/jpeg",
8 "js": "text/javascript",
9 "json": "application/json",
10 "pdf": "application/pdf",
11 "png": "image/png",
12 "svg": "image/svg+xml",
13 "swf": "application/x-shockwave-flash",
14 "tiff": "image/tiff",
15 "txt": "text/plain",
16 "wav": "audio/x-wav",
17 "wma": "audio/x-ms-wma",
18 "wmv": "video/x-ms-wmv",
19 "xml": "text/xml"
20};