mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
6 lines
197 B
JavaScript
6 lines
197 B
JavaScript
//MimeTypes Library
|
|
|
|
export let mime_binary = 'application/octet-stream';
|
|
export let mime_zip = 'application/octet-stream';
|
|
export let mime_html = 'text/html';
|
|
export let mime_text = 'text/plain';
|