@tinyhttp/content-disposition
Advanced tools
Comparing version 2.0.2 to 2.0.3
export declare class ContentDisposition { | ||
type: string; | ||
parameters: Record<any, any>; | ||
constructor(type: string, parameters: Record<any, any>); | ||
parameters: Record<string, any>; | ||
constructor(type: string, parameters: Record<string, any>); | ||
} | ||
@@ -6,0 +6,0 @@ /** |
{ | ||
"name": "@tinyhttp/content-disposition", | ||
"description": "content-disposition rewrite in TypeScript with ESM and CommonJS targets", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"homepage": "https://tinyhttp.v1rtl.site", | ||
@@ -6,0 +6,0 @@ "funding": { |
@@ -1,2 +0,2 @@ | ||
# @tinyhttp/accepts | ||
# @tinyhttp/content-disposition | ||
@@ -3,0 +3,0 @@ > [`content-disposition`](https://github.com/jshttp/content-disposition) rewrite in TypeScript with ESM and CommonJS targets. |
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
12092