UNPKG

@testomatio/reporter

Version:
16 lines (15 loc) 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.extensionMap = void 0; exports.extensionMap = { 'application/json': 'json', 'text/plain': 'txt', 'image/jpeg': 'jpg', 'image/png': 'png', 'text/html': 'html', 'text/css': 'css', 'text/javascript': 'js', 'application/pdf': 'pdf', 'application/xml': 'xml', 'text/xml': 'xml', };