@tinyhttp/app
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -21,3 +21,3 @@ /// <reference types="node" /> | ||
export type { URLParams }; | ||
declare type AcceptsReturns = string | false | string[]; | ||
declare type AcceptsReturns = string | boolean | string[]; | ||
export interface Request extends IncomingMessage { | ||
@@ -24,0 +24,0 @@ originalUrl: string; |
{ | ||
"name": "@tinyhttp/app", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "0-legacy, tiny & fast web framework as a replacement of Express", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
26428