UNPKG

@opra/common

Version:
13 lines (12 loc) 358 B
/** * https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful_responses */ export declare enum MimeTypes { json = "application/json", opra_response_json = "application/opra.response+json", xml = "application/XML", text = "text/plain", html = "text/html", markdown = "text/markdown", binary = "binary/octet-stream" }