@platform/http.types
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -20,3 +20,3 @@ import { t, Json } from './common'; | ||
export declare type IHttpContentType = { | ||
value: string; | ||
mime: string; | ||
is: { | ||
@@ -27,2 +27,3 @@ json: boolean; | ||
}; | ||
toString(): string; | ||
}; | ||
@@ -29,0 +30,0 @@ export declare type IHttpRespondPayload = { |
{ | ||
"name": "@platform/http.types", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Types for the @platform/http library.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
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
5864
139