@qpoint/router
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -1,1 +0,1 @@ | ||
export declare function mimeCategory(contentType: string): string; | ||
export declare function mimeCategory(contentType?: string): string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.mimeCategory = void 0; | ||
function mimeCategory(contentType) { | ||
function mimeCategory(contentType = '') { | ||
// truncate the content/type to just the type, not encoding etc | ||
@@ -6,0 +6,0 @@ contentType = contentType.split(';')[0]; |
{ | ||
"name": "@qpoint/router", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Qpoint - an intelligent edge router framework", | ||
@@ -5,0 +5,0 @@ "author": "Tyler Flint <tyler@qpoint.io>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26911