path-to-regexp
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -69,3 +69,3 @@ export interface ParseOptions { | ||
*/ | ||
export declare function match<P extends object = object>(str: Path, options?: ParseOptions & RegexpToFunctionOptions): MatchFunction<P>; | ||
export declare function match<P extends object = object>(str: Path, options?: ParseOptions & RegexpOptions & RegexpToFunctionOptions): MatchFunction<P>; | ||
/** | ||
@@ -72,0 +72,0 @@ * Create a path match function from `path-to-regexp` output. |
{ | ||
"name": "path-to-regexp", | ||
"description": "Express style path to RegExp utility", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "typings": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
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
470420