@nestjs/common
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@nestjs/common", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@common)", | ||
@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec", |
@@ -17,1 +17,3 @@ import 'reflect-metadata'; | ||
export declare const Headers: (property?: string) => ParameterDecorator; | ||
export declare const Req: () => ParameterDecorator; | ||
export declare const Res: () => ParameterDecorator; |
@@ -24,1 +24,3 @@ "use strict"; | ||
exports.Headers = createRouteParamDecorator(route_paramtypes_enum_1.RouteParamtypes.HEADERS); | ||
exports.Req = exports.Request; | ||
exports.Res = exports.Response; |
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
35811
706